Skip to main content
POST
Add a note to an application

Authorizations

Authorization
string
header
required

An API key from Settings, API keys. It starts with rc_live_.

Path Parameters

id
string
required

The application's ID.

Body

application/json
body
string

The note as plain text.

body_blocks
object[]

The note as a formatted document.

Response

The note.

id
string
required
body
string
required

The note as plain text.

created_at
string<date-time>
required
author_person_id
string | null

Who wrote it. For a note added with a key, the person who made the key.

body_blocks
object[] | null

The note as a formatted document, when it was written as one.