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
{
"description": "string",
"code": "string",
"resource_type": "employee",
"default_duration": 0,
"day_max_duration": 0,
"billable": true,
"hourly_rate": 0,
"stages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}
Request Code Samples
curl --location --request PUT 'https://api.vplan.com/v1/activity/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"description": "string",
"code": "string",
"resource_type": "employee",
"default_duration": 0,
"day_max_duration": 0,
"billable": true,
"hourly_rate": 0,
"stages": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}'
Responses
This response does not have a body.
Modified at 2025-07-22 14:20:42