Update Meeting

Updates a Meeting by its unique identifier, which is a GUID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

meetingIdstringRequiredformat: "uuid"
the id of the meeting

Headers

x-integration-namestringOptional
The name of the calling system passed along as a header parameter

Request

the fields to update
namestring or nullOptional
The common name of this Task.
descriptionstring or nullOptional
This field contains the task's "Note" or "Description", which is a description of the work to be done to complete the task. Within the ProjectManager application, you can use this field as follows: * When in the Board or List view, click on a task to open the task panel, then edit the "Description" field.
priorityIdinteger or nullOptional
Return the priority of a task
plannedStartDatestring or nullOptionalformat: "date-time"

The date when work on this Task is planned to begin.

This value contains only the date in year-month-day format. For display, this date will always be shown as this same year-month-day regardless of time zone.

durationMinutesinteger or nullOptional

The duration (in 15-minute increments) for this Meeting.

assigneeslist of strings or nullOptional
If specified, replaces the list of resources assigned to this meeting.
recurringboolean or nullOptional

Indicates whether this task participates in a recurring series. true if the task is part of a recurrence (series parent when is, or a child otherwise); false if it is a standalone task. When saved as false during an update, the service layer detaches the task from its series, which clears parent/child relationships including and recurringSettings.

Response

Success
errorobject or null
If the API call failed, this will contain information about the error that occurred.
successboolean or nullRead-only

True if the API call succeeded; false otherwise.

hasErrorboolean or nullRead-only
True if the API call failed.
statusCodeenum or null
The HTTP code of the response.
dataobject or null
A Meeting is a task that does not belong to the project or is part of a project. It is only visible to the person who created it, and the users assigned to it. Meeting's are a lightweight version of a project task.