API
identity.validateProfile
POST https://identity.api.rivet.gg/v1/identities/self/profile/validate
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/profile/validate'

Authorizations

Authorization[header]required
string

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

Body

display_name
string
account_number
integer
bio
string

Follows regex ^(?:[^\n\r]+\n?|\n){1,5}$