GET
/
repo
/
{repo_id}
curl --request GET \
  --url https://example.com/api/repo/{repo_id}
"<any>"

Path Parameters

repo_id
integer
required

Response

200
application/json

Successful Response

The response is of type any.

GET
/
repo
/
{repo_id}
curl --request GET \
  --url https://example.com/api/repo/{repo_id}
"<any>"

Path Parameters

repo_id
integer
required

Response

200
application/json

Successful Response

The response is of type any.