API
identity.updateProfile
API
identity.updateProfile
Updates profile of the current identity.
POST https://identity.api.rivet.gg/v1/identities/self/profile
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/profile'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
account_number
integer
bio
string
Follows regex ^(?:[^\n\r]+\n?|\n){1,5}$
display_name
string
curl -X POST -d '@body.json' 'https://identity.api.rivet.gg/v1/identities/self/profile'