PUT
/
v1
/
user
/
bio-and-pic
curl --request PUT \
  --url https://api.supernotes.app/v1/user/bio-and-pic \
  --header 'Content-Type: application/json' \
  --data '{
  "bio": "<string>",
  "photo": "<string>"
}'
{
  "public_profile": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "username": "<string>",
    "first_name": "<string>",
    "last_name": "<string>",
    "bio": "<string>",
    "photo": "<string>"
  }
}

Authorizations

Api-Key
string
headerrequired

Body

application/json
bio
string | null
photo
string | null

Response

200 - application/json
public_profile
object
required