Add a project note
POST /projects/{projectId}/notes
POST
/projects/{projectId}/notes
Create a new note for a project
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectId
required
integer
Unique identifier for the project
Request Body required
Section titled “Request Body required ”object
note_title
required
Title of the note
string
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
created_by_name
required
Name of the person creating the note
string
Responses
Section titled “ Responses ”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
Unauthorized - authentication required
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Resource not found
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string
Internal server error
object
success
required
Indicates if the request was successful
boolean
message
required
Response message
string
success
boolean
message
string