Get all catalog repositories
GET/v1/public/repos
Get all catalog repositories
Request
Header Parameters
Authorization string
Responses
- 200
- 400
- 401
- 500
List of repositories
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id uuidrequired
name stringrequired
url stringrequired
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"url": "string"
}
]
Invalid request for example: Invalid parameters, missing parameters.
Unauthorized. This error will occur if calling user does not have access right for the API.
A server error occurred. Check the logs for more details.
Loading...