Create a note

POST {{baseUrl}}/:workspace_slug/members/:member_slug/notes

Request Body

{"body"=>"ut"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"data":{"id":"qR4fVo","type":"note","attributes":{"id":"qR4fVo","created_at":"2022-03-22T10:10:33.989Z","body":"heyo","updated_at":"2022-03-22T10:10:33.989Z"},"relationships":{"member":{"data":{"id":"rQaSLD","type":"member"}},"user":{"data":{"id":"DVaFJE","type":"user"}}}}}