repository

post/api/repo/{namespace}/{repository}/fork

Path parameters

namespacestring required

Repository namespace (user or organization)

repositorystring required

Repository name

Request body

ForkJsonRequest required— unresolved $ref

Response

Fork created successfully

idstring uuid required

Internal ID of the newly created repository

urlstring required

Full URL to the repository

Changes