Skip to content

Update a plan's device limit

PATCH
/v1/plans/{id}
curl --request PATCH \
--url https://api.extport.dev/api/v1/plans/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "maxActivations": 1 }'

Only maxActivations is editable — tier is a wire contract baked into shipped extensions.

id
required
string
Media typeapplication/json
object
maxActivations
required
integer
>= 1 <= 100
Examplegenerated
{
"maxActivations": 1
}

OK

Not found