Skip to main content
PUT
/
v1
/
auth
/
admin
/
profile
Admin Update Profile
curl --request PUT \
  --url https://storekit.samarthh.me/v1/auth/admin/profile \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "Updated Admin Name",
  "avatar": "https://example.com/admin-avatar.jpg"
}
'

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response