Interruptions
Submit a dictionary of form values for the interruption. Only the user with responsibility for this interruption can submit this form.
post/interruptions/{id}/submit
Path parameters
idstring required
ID of the Interruption
Request body
Example request
{
"SpaceId": "Spaces-1"
}Response
Confirms that the Interruption has been submitted successfully, containing the updated Interruption
Example response
{
"PullRequests": [
{
"Id": "InterruptionPullRequests-1"
}
],
"SpaceId": "Spaces-1"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.