Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions content/reference/api/hub/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3357,3 +3357,24 @@ x-tagGroups:
- org-access-tokens
- groups
- invites
/v2/namespaces/{namespace}/repositories/{repository}:
parameters:
- $ref: "#/components/parameters/namespace"
- $ref: "#/components/parameters/repository"
get:
summary: Gets repository info
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not seeing this call in the left-hand nav in the preview: https://deploy-preview-22832--docsdocker.netlify.app/reference/api/hub/latest/#tag/repositories

description: |
PAT scope: `repo:public_read`

Legacy endpoint: `/v2/repositories/{namespace}/{repository}/`
tags:
- repositories
responses:
"200":
description: Repository info
content:
application/json:
schema:
$ref: "#/components/schemas/repository_info"
"404":
$ref: "#/components/responses/not_found"