PATCH /rest/v1.1/projects/{project_id}/meetings/{id}

Update a Meeting.

Uploading attachments

To upload attachments you must upload the entire payload as multipart/form-data content-type and specify each parameter as form-data together with attachments[] as files.

Servers

Path parameters

Name Type Required Description
id Integer Yes

ID of the meeting

project_id Integer Yes

Unique identifier for the project.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Request body fields

Name Type Required Description
project_id Integer Yes

The ID of the Project the Meetings belongs to

meeting Object Yes

Meeting object

meeting.file_version_ids[] Array No

File Versions to attach to the response

meeting.time_zone String No

The Timezone of the Meeting

meeting.prostore_file_ids[] Array No

Ids of meeting attachment files Prostore file IDs (Not to be used if other attachment types are included)

meeting.image_ids[] Array No

Images to attach to the response

meeting.location String No

The Location of the Meeting

meeting.upload_ids[] Array No

Uploads to attach to the response

meeting.position Integer No

The Position of the Meeting(Can only be updated if the Meeting is the first Meeting in the series)

meeting.minutes String No

The Minutes of the Meeting

meeting.is_private Boolean No

The Private status of the Meeting

meeting.drawing_revision_ids[] Array No

Drawing Revisions to attach to the response

meeting.ends_at String No

The Finish Time of the Meeting

meeting.form_ids[] Array No

Forms to attach to the response

meeting.starts_at String No

The Start Time of the Meeting

meeting.overview String No

The Description of the Meeting

meeting.title String No

The Title of the Meeting

meeting.occurred Boolean No

The Occurred status of the Meeting

Default value: false

meeting.conclusion String No

The Conclusion of the Meeting

meeting.is_draft Boolean No

The Draft status of the Meeting

Default value: false

attachments[] Array No

Meeting Attachments. To upload attachments you must upload the entire payload as multipart/form-data content-type and specify each parameter as form-data together with attachments[] as files.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.