Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

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

Path Parameters

dir_id
string<uuid>
required

The DIR id. Lowercase UUID.

Example:

"16635d38-75a6-4481-82e8-69af60e05011"

Body

application/json
certify_no_infringement
enum<boolean>
required

Must be true.

Available options:
true
certify_brand_is_accurate
enum<boolean>
required

Must be true.

Available options:
true
certify_no_shaft_content
enum<boolean>
required

Must be true.

Available options:
true
certify_ip_ownership
enum<boolean>
required

Must be true.

Available options:
true
infringement_resolution_notes
string
required

Explanation of how the infringement concern was addressed.

Required string length: 10 - 500
display_name
string | null
Required string length: 1 - 35
logo_url
string | null

Publicly accessible HTTPS URL (max 128 chars) to a 256x256 BMP logo (max 1 MB).

Maximum string length: 128
call_reasons
string[] | null
Required array length: 1 - 10 elements
documents
object[] | null

Append-only supporting documents to attach while resolving the claim (e.g. authorization or licensing proof).

Maximum array length: 20

Response

DIR updated and re-submitted for vetting.

data
object
required