Skip to main content
PATCH
Update Blocked Brand

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

blocked_brand_id
string<uuid>
required

Body

application/json
brand_name
string | null
Required string length: 1 - 255
website_domain
string | null
Required string length: 1 - 255
country_code
string | null
Required string length: 2
reason
string | null
Required string length: 1 - 1000
is_active
boolean | null

Response

Successful Response

id
string<uuid>
required
brand_name
string
required
website_domain
string
required
country_code
string
required
reason
string
required
is_active
boolean
required
created_at
string<date-time>
required
updated_at
string<date-time>
required