post https://us-central1-readysandbox.cloudfunctions.net/user-updateDisplayName
Log in to see full request history
Responses
400Invalid arguments, display name cannot be null
400Invalid arguments, display name cannot be null
xxxxxxxxxx
curl --request POST \
--url https://us-central1-readysandbox.cloudfunctions.net/user-updateDisplayName \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"version":1}'
xxxxxxxxxx
{
"displayName": "string"
}