Skip to main content
PUT
/
v2
/
access
/
subscribers
/
:userId
/
note
Update subscriber note
curl --request PUT \
  --url https://api-next.ofauth.com/v2/access/subscribers/:userId/note \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <api-key>' \
  --header 'x-connection-id: <api-key>' \
  --data '
{
  "notice": "<string>"
}
'
{}

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Path Parameters

userId
string | null

User ID (numeric or username)

Minimum string length: 1

Body

application/json
notice
string
required

Note about the subscriber

Maximum string length: 1000

Response

Successful response

The response is of type object.