Update Category

PUT https://{{axpAPIDomain}}/api/admin/match/v1/accounts/:accountId/categories/:categoryId

Updates a category.

Any attributes that previously existed within the category will be deleted if they are not re-defined.

Request Body

{"attributes"=>[{"value"=>"French"}, {"value"=>"German"}]}

HEADERS

KeyDatatypeRequiredDescription
appkeystring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"categoryId":"4331fa35-9671-4ea0-94e0-517097a5a13a","name":"Language","attributes":[{"value":"English","name":"Language.English"},{"value":"French","name":"Language.French"}]}