Interruptions
Submit a dictionary of form values for the interruption. Only the user with responsibility for this interruption can submit this form.
post/{spaceId}/interruptions/{id}/submit
Path parameters
spaceIdstring required
ID of the Space
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 7 revisions of this API.