Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Body Params application/json
{
"name": "Production",
"priority": 1,
"capacity_notification": true,
"capacity_notification_min": 80,
"capacity_notification_max": 100,
"delay_day": 1,
"efficiency": 100,
"independent": false,
"default_percentage": 100
}
Request Code Samples
curl --location --request PUT 'https://api.vplan.com/v1/stage/' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Production",
"priority": 1,
"capacity_notification": true,
"capacity_notification_min": 80,
"capacity_notification_max": 100,
"delay_day": 1,
"efficiency": 100,
"independent": false,
"default_percentage": 100
}'
Responses
This response does not have a body.
Modified at 2025-10-30 09:44:22