Add or update the notes for a meetingpost https://api.seismic.com/meetings/v1/meetings/{meetingEngagementId}/notesAdd or update the notes for a meeting. Note: Currently only the plain text and markdown formats are supported in notes text, the HTML tags are not supported and will be filtered out. The notes text should be less than 2000 characters. Path ParamsmeetingEngagementIduuidrequiredThe globally unique meeting engagement identifier (UUID v4). Use this value to create or update notes for a meeting.Body Paramstextstringrequiredlength between 0 and 2000The text of the notes. Currently only the plain text and markdown formats are supported.Responses 200OK - The notes is added or updated successfully 400Bad Request - Request payload failed validation. Ensure text is present, markdown/plain-text only, and fewer than 2000 characters. 401Unauthorized - Authentication failed. Provide a valid, non-expired bearer token. 403Forbidden - Caller lacks permission to update notes for this meeting. 429Too Many Requests - Rate limit exceeded. Retry with backoff. 500Internal Server Error - Unexpected server error occurred while updating notes.Updated 2 days ago