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

Updates an existing support scheme capacity with given reference based on payload

Sample Request:

PATCH /api/v2.0/supportschemes/SP1000000004

Example Payload:
{           
    "capacity" : 16
}

This endpoint requires all data to be in the body of the request

Requirements
"capacity"        Capacity must be greater than or equal to 1.

Required Permission(s): SupportPlans.EditSupportSchemes

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!