API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Updates an existing support scheme with given reference based on payload

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

Log in to see full request history
Path Params
string
required

Reference of the Support Scheme.

Body Params

New information for the Support Scheme.

string
required
length between 1 and 250
boolean
boolean
int32
required
1 to 2147483647
Responses
204

On Success

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json