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": "string",
"description": "string",
"code": "string",
"external_ref": "fb1033a2ed70"
}
Request Code Samples
curl --location --request PUT 'https://api.vplan.com/v1/project/' \
--header 'x-api-key: <api-key>' \
--header 'x-api-env: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"code": "string",
"external_ref": "fb1033a2ed70"
}'
Responses
This response does not have a body.
Modified at 2024-10-14 12:07:08