Skip to content

Update an extension

PATCH
/v1/extensions/{id}
curl --request PATCH \
--url https://api.extport.dev/api/v1/extensions/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "name": "example", "licensingEnabled": true }'
id
required
string
Media typeapplication/json
object
name
string
licensingEnabled
boolean
Examplegenerated
{
"name": "example",
"licensingEnabled": true
}

OK

Nothing to update

Not found