Notes

Get Resource Notes By Id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Responses
get
/api/notes/{resource_id}

Create Resource Note

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
resource_idstringRequired
Body
notestringRequired
Responses
post
/api/notes/{resource_id}

Delete Resource Note

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
note_idintegerRequired
Responses
delete
/api/notes/{note_id}

Last updated

Was this helpful?