curl --request PUT \
--url https://api.gcore.com/fastedge/v1/admin/plans/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"max_duration": 5,
"mem_limit": 2097152,
"max_subrequests": 0,
"billing_plan_id": 0,
"reseller_id": 0,
"name": "<string>"
}'
This response does not have an example.
curl --request PUT \
--url https://api.gcore.com/fastedge/v1/admin/plans/{id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"id": 123,
"max_duration": 5,
"mem_limit": 2097152,
"max_subrequests": 0,
"billing_plan_id": 0,
"reseller_id": 0,
"name": "<string>"
}'
This response does not have an example.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
ID of the plan
Plan details
The body is of type object
.
Ok
Was this page helpful?