Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request body for POST /api/v1/repositories/fork
The organization that owns the source public repository
The source repository name
The tag to fork (e.g. "latest", "v1.0")
Name for the new repository in your org (defaults to source_repo if omitted)
Tag name in the new repo (defaults to source_tag if omitted)
Repository forked successfully
Response body for POST /api/v1/repositories/fork
The new commit in your org (snapshot of the forked VM)
Full reference: repo_name:tag_name
The new repository name in your org
The tag name pointing to the forked commit
The new VM that was created from the fork