XentrDeveloper Docs
API ReferenceUsers

Update the signed-in user's display name

PATCH
/api/users/me
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://api.xentr.ai/api/users/me" \  -H "Content-Type: application/json" \  -d '{}'
Empty
Empty