Notes
Update an Application Note
PATCH
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
application/json
Unique identifier of the author
Example:
"1234567890"
Visibility of the note
Example:
"public"
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Was this page helpful?