Create a note comment

Create a comment on a note.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Id of the note comment

Body Params
string
required

You can format with a subset of html:

  • Allowed tags are p, b, i, em, strong, a with attributes href, target and rel, li, ul, span with attributes data-type, data-id and data-label, br and hr.
  • Invalid tag or attribute will be stripped out.
  • URL will be transformed into link. target and rel will be automatically set.
  • Line break \n will be replaced by <br />.
  • A <p> will be added if the content doesn't start with a <p> or a <ul> tag
  • You can mention an user with <span data-type="mention" data-id="user:d86b5c10-db43-4021-86b2-6c27df7819b0"></span>. data-label and inner text will be automatically set and the user will receive a notification.
  • Ignoring html tag, the content must be at most 3000
Responses

400

The request is either malformed or contain invalid parameters.

  • Make sure the identifier specified in the URL is a valid UUID
  • Make sure the body payload matches the expected schema
  • Maximum items reached (default: 50). Contact us at [email protected] if you need more items.
404

No note can be found.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json