Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

repo_name
string
required

Repository name

Body

application/json

Request body for PATCH /api/v1/repositories/{repo_name}/visibility

is_public
boolean
required

Whether the repository should be publicly visible

Response

Visibility updated