Skip to main content
PATCH
Rename a repository

Authorizations

Authorization
string
header
required

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

Path Parameters

namespace
string
required

Namespace of the repository

repo_name
string
required

Name of the repository

Body

application/json

The repository's new name.

The name a repository is being renamed to.

repo_name
string
required

What the repository is called from now on, recorded as its name hint. Refused when it is not a valid repository name.

Response

Repository renamed

repository
object
required
Example:
status
string
required
status_message
string
required