Skip to main content
PATCH
/
{shopId}
/
users
/
{userId}
/
notes
/
{noteId}
Update user profile note
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/users/{userId}/notes/{noteId} \
  --header 'Content-Type: application/json' \
  --data '
{
  "note": "Updating hey mate to upper"
}
'

Path Parameters

userId
string
required
Example:

"63774ccdb6b17474b6aaa044"

noteId
string
required
Example:

"63bb65c42fd3418530bbcd9f"

Query Parameters

roles
string
Example:

"62431bd42f3d683c28cf27ee,62431bd42f3d683c28cf27ee"

Body

application/json
note
string
Example:

"Updating hey mate to upper"

Response

200 - undefined