Patches
Get Patch Stack Uuid Patch Change Id Section Section Code
Return section for a patch
Path Parameters
uuidRequiredstring
Patch Stack UUID
change_idRequiredstring
Patch Change ID
section_codeRequiredstring
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)
textstring
Section markdown text
Path Parameters
uuidRequiredstring
Patch Stack UUID
change_idRequiredstring
Patch Change ID
section_codeRequiredstring
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
uuidRequiredstring
Patch Stack UUID
change_idRequiredstring
Patch Change ID
section_codeRequiredstring
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
typeRequiredstring
Section type
Value in:"text"textstring
Section markdown text
positioninteger
Where to insert the section
Format:"int32"Path Parameters
uuidRequiredstring
Patch Stack UUID
change_idRequiredstring
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
uuidRequiredstring
Patch Stack UUID
change_idRequiredstring
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_orderarray<string>
Order of sections in a patch stack (array of file paths and section codes)
Path Parameters
uuidRequiredstring
Patch Stack UUID
change_idRequiredstring
Patch Change ID
| Status code | Description |
|---|---|
200 | Update patch in a patch stack |
401 | Unauthorized |
404 | Not found |
Butler_API_Entities_PatchWithFiles model