patch https://{tenant}.rubixx.app/api/v2/supportschemes//editdetails
Sample Request:
PATCH /api/v2.0/supportschemes/SP1000000004/editdetails
Example Payload:
{
"description":"Example Scheme Description",
"floating" : false,
"inactive" : false,
"maxGoalScore" : 16
}
This endpoint requires all data to be in the body of the request
Requirements
"description" A description of the Scheme must be set. Max allowed character is 250.
"maxGoalScore" Max Goal Score must be greater than or equal to 1.
"floating" Defaults to set false.
"inactive" Defaults to set false.
Required Permission(s): SupportPlans.EditSupportSchemes