Skip to main content
POST
Team Set Display Name

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null
x-api-key
string | null

Body

application/json
display_name
string
required

String with length between 1 and 39 characters. Only alphanumeric characters and dashes allowed. Must contain no leading, trailing or consecutive dashes.

Required string length: 1 - 39
Pattern: ^[a-zA-Z0-9]+(-[a-zA-Z0-9]+)*$

Response

Successful Response