Skip to content

Add a project note

POST
/projects/{projectId}/notes

Create a new note for a project

projectId
required
integer
>= 1

Unique identifier for the project

object
note_title
required

Title of the note

string
<= 255 characters
note_content
required

Content of the note

string
note_url

Optional URL associated with the note

string format: uri
note_type
required

Type of the note

string
Allowed values: general meeting progress issue resource
created_by_name
required

Name of the person creating the note

string
<= 255 characters

Note created successfully

object
success
boolean
data

Created resource data

message

Optional success message

string

Bad request - invalid input

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: BAD_REQUEST

Unauthorized - authentication required

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: UNAUTHORIZED

Resource not found

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: NOT_FOUND

Internal server error

object
success
required

Indicates if the request was successful

boolean
message
required

Response message

string
success
boolean
message
string
Allowed values: INTERNAL_SERVER_ERROR