Plans
Update a plan
Modify an existing subscription plan's configuration. Changes affect all clients using this plan; use with caution.
put/fastedge/v1/admin/plans/{plan_id}
Path parameters
plan_idinteger required
Unique identifier of the plan to update
Request body
Example request
{
"max_duration": 50,
"mem_limit": 10485760,
"name": "enterprise-tier"
}Response
Plan updated successfully