v1

latestOpenAPI 3.0.32026-07-22115106141.4 KB
Repository Workspace Manipulation

Create a workspace

Create a new workspace

post/repos/{repo_id}/workspaces

Request body

branch_idstring
namestring
commit_idstring

Example request

{
  "commit_id": "example_id"
}

Response

Resource created

idstring required

The id of the newly created resource

Example response

{
  "id": "example_id"
}