Skip to main content
PUT
/
api
/
Users
/
Me
/
Signature
Update signature for current User.
curl --request PUT \
  --url https://api.example.com/api/Users/Me/Signature \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<string>"
}
'

Body

application/json
value
string | null

Response

200

OK