Skip to main content
PUT
/
v1
/
user
/
profile
Update My Profile
curl --request PUT \
  --url https://storekit.samarthh.me/v1/user/profile \
  --header 'Content-Type: */*' \
  --data '
"\"{\\n  \\\"name\\\": \\\"Samarth\\\"\\n  //\\\"avatar\\\": \\\"https://example.com/avatar.jpg\\\"\\n}\""
'

Headers

Content-Type
string

Body

*/*

The body is of type string.

Example:

"\"{\\n \\\"name\\\": \\\"Samarth\\\"\\n //\\\"avatar\\\": \\\"https://example.com/avatar.jpg\\\"\\n}\""

Response

200 - application/json

Successful response