Approvals
Modify an Approval
put/{spaceId}/servertaskapprovals/{serverTaskApprovalId}/approvals/{id}
Path parameters
spaceIdstring required
The id of the space for the Approval.
serverTaskApprovalIdstring required
The id of the Server Task Approval.
idstring required
The id of the Approval.
Request body
Example request
{
"SpaceId": "Spaces-1"
}Response
Success
Example response
{
"SpaceId": "Spaces-1",
"UserId": "Users-1"
}Changes
No recorded changes to this endpoint across all 7 revisions of this API.