Add-ons
Update an add-on
This endpoint is used to update an existing add-on.
PUT
/
add_ons
/
{code}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
code
string
requiredUnique code used to identify the add-on.
Body
application/json
add_on
object
requiredResponse
200 - application/json
add_on
object
requiredWas this page helpful?