docs
  1. Admin Api
  2. Resources
  3. Custom Data
  4. Brands Custom Data
  5. Create Or Update Specific Key Of Custom Data For A Brand

Create or update specific key of custom data for a brand

Create or update specific key of custom data for a brand

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
brandId
  • required
integer
Example:
1
key
  • required
string
Example:
score

Query Parameters

ParameterDetails
locale
  • MaxLength: 5
string
Example:
de_DE

Request body

required
ParameterDetails
-
  • MinProps: 1
object

Responses

201
Key of a brand custom data was successfully created or updated.
application/json
Success
property name
null
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
PUT/brands/{brandId}/custom-data/{key}

Request samples

Response samples

201
Brand Custom Data:
Content type: application/json
Provide Feedback