Update Deal Note
PUT /deals/{deal_id}/notes/{note_id}
PUT
/deals/{deal_id}/notes/{note_id}
Rewrite a note.
content is a full REPLACEMENT, not a patch, and mentioned_users is who
is mentioned AFTER the edit - omitting someone removes their mention. Send
the whole state you want, not the delta.
Authorizations
Parameters
Path Parameters
deal_id
required
Deal id.
string
Deal id.
note_id
required
Note id.
string
Note id.
Header Parameters
Request Body required
Rewrite a note’s body and its mentions.
object
content
required
Full replacement body - this is not a patch.
string
Responses
200
Successful Response
object
data
required
Whatever the operation returns, carried through whole.
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string