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>"
}
'{}Update the note/notice for a subscriber
Permission Required: subscribers:write
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>"
}
'{}Requires a connection via the x-connection-id header.
User ID (numeric or username)
1Note about the subscriber
1000Successful response
The response is of type object.
Was this page helpful?