v1
latestOpenAPI 3.0.32026-07-22115106141.4 KBRepository Shelves Manipulation
Apply a shelf onto a workspace
post/repos/{repo_id}/shelves/{shelf_id}/apply
Request body
Response
The merge is in progress. It has merge conflicts requiring active input from the user for conflict resolution. The response contains a merge ID, which can be used for querying /repos/{repo_id}/merges/{merge_id}
Example response
{
"merge_id": "example_id"
}