Users

Set note on user

Creates or updates a private note on another user. The note is visible only to the authenticated user. Send null or empty string to delete an existing note.

put/users/@me/notes/{target_id}

Path parameters

target_idstring required

The target id

Request body

notestring nullable

The note text (max 256 characters)

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.