API Reference
Patch Stack
Operations about patch_stacks
PATCH
/
patch_stack
/{uuid}
Patch Patch Stack Uuid
Update patch stack
Request Body
application/json
Optionalstatus
string
Status of patch stack
Value in:
"active" | "closed"
title
string
Patch stack title
description
string
Patch stack description
Path Parameters
uuid
Requiredstring
Patch Stack UUID
Update patch stack
GET
/
patch_stack
/{project_id}
/{branch_id}
/patch_status
Get Patch Stack Project Id Branch Id Patch Status
Return patch statuses for a user
Path Parameters
project_id
Requiredstring
Repository ID
branch_id
Requiredstring
Branch ID
Return patch statuses for a user
GET
/
patch_stack
/{project_id}
/{branch_id}
Get Patch Stack Project Id Branch Id
Return latest patch stack for a branch
Path Parameters
project_id
Requiredstring
Repository ID
branch_id
Requiredstring
Branch ID
Return latest patch stack for a branch
GET
/
patch_stack
/{project_id}
Get Patch Stack Project Id
Return list of patch stacks
Path Parameters
project_id
Requiredstring
Repository ID
Query Parameters
branch_id
string
Branch ID filter
status
string
Status of patch stack
Default:
"active"
Value in: "active" | "inactive" | "closed" | "loading" | "all"
Return list of patch stacks
POST
/
patch_stack
Post Patch Stack
Create new patch stack
Request Body
application/json
Requiredproject_id
Requiredstring
Repository ID
branch_id
Requiredstring
Branch ID
oplog_sha
Requiredstring
Timeline Event ID to create version from
Create new patch stack