Skip to content
Pile
Esc
navigateopen⌘Jpreview

List issue branch name

GET/workspaces/{organizationId}/issues/{id}/branch-name
Path parameters
organizationIdstringrequired
idstringrequired
Responses
200Suggested branch name
branchNamestringrequired
404Issue not found
Try it
Server
Parameters
Request
curl -X GET "/workspaces/string/issues/string/branch-name"
Response
{
  "branchName": "string"
}