Approvals
Modify an Approval
put/spaces/{spaceIdentifier}/servertaskapprovals/{serverTaskApprovalId}/approvals/{id}
Path parameters
spaceIdentifierstring required
Identifier (ID or slug) of the space
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.