Patches
Get Patch Stack Uuid Patch Change Id Section Section Code
Return section for a patch
Path Parameters
uuid
Requiredstring
Patch Stack UUID
change_id
Requiredstring
Patch Change ID
section_code
Requiredstring
Patch Section Code
Status code | Description |
---|---|
200 | Return section for a patch |
401 | Unauthorized |
404 | Not found |
Butler_API_Entities_PatchSection model
Patch Patch Stack Uuid Patch Change Id Section Section Code
Update section for a patch
Request Body (Optional)
text
string
Section markdown text
Path Parameters
uuid
Requiredstring
Patch Stack UUID
change_id
Requiredstring
Patch Change ID
section_code
Requiredstring
Patch Section Code
Status code | Description |
---|---|
200 | Update section for a patch |
401 | Unauthorized |
404 | Not found |
Butler_API_Entities_PatchSection model
Delete Patch Stack Uuid Patch Change Id Section Section Code
Delete section for a patch
Path Parameters
uuid
Requiredstring
Patch Stack UUID
change_id
Requiredstring
Patch Change ID
section_code
Requiredstring
Patch Section Code
Status code | Description |
---|---|
204 | Delete section for a patch |
401 | Unauthorized |
404 | Not found |
Post Patch Stack Uuid Patch Change Id Section
Create new section for a patch
Request Body
type
Requiredstring
Section type
Value in:"text"
text
string
Section markdown text
position
integer
Where to insert the section
Format:"int32"
Path Parameters
uuid
Requiredstring
Patch Stack UUID
change_id
Requiredstring
Patch Change ID
Status code | Description |
---|---|
200 | Create new section for a patch |
401 | Unauthorized |
404 | Not found |
Butler_API_Entities_PatchSection model
Get Patch Stack Uuid Patch Change Id
Return sections for a patch
Path Parameters
uuid
Requiredstring
Patch Stack UUID
change_id
Requiredstring
Patch Change ID
Status code | Description |
---|---|
200 | Return sections for a patch |
401 | Unauthorized |
404 | Not found |
Butler_API_Entities_PatchWithFiles model
Patch Patch Stack Uuid Patch Change Id
Update patch in a patch stack
Request Body (Optional)
section_order
array<string>
Order of sections in a patch stack (array of file paths and section codes)
Path Parameters
uuid
Requiredstring
Patch Stack UUID
change_id
Requiredstring
Patch Change ID
Status code | Description |
---|---|
200 | Update patch in a patch stack |
401 | Unauthorized |
404 | Not found |
Butler_API_Entities_PatchWithFiles model