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

Update an existing Meeting Topic.

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 Topic

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
attachments[] Array No

An array of the Attachments of the Meeting Topic. 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.

meeting_topic Object Yes

Meeting topic object

meeting_topic.meeting_category_id Integer No

The ID of the Meeting Category the Meeting Topic belongs to

meeting_topic.description String No

The Description of the Meeting Topic

meeting_topic.upload_ids[] Array No

The specified array of upload_ids gets associated as attachments to the meeting topic.

meeting_topic.meeting_wide_number Integer No

The Meeting Wide Number of the Meeting Topic

meeting_topic.status String No

The Status of the Meeting Topic

Possible values:

  • "On Hold"
  • "Closed"
  • "Open"
meeting_topic.added_under_agenda Boolean No

The Added Under Agenda status of the Meeting Topic

Default value: true

meeting_topic.minutes String No

Please look at Item 1 and have those pieces completed before

meeting_topic.is_private Boolean No

The Private status of the Meeting Topic

meeting_topic.priority String No

The Priority of the Meeting Topic

Possible values:

  • ""
  • "High"
  • "Low"
  • "Medium"
meeting_topic.assignment_ids[] Array No

An array of the IDs of the Assignments of the Meeting Topic.

Setting meeting_topic[assignment_ids] to "none" erases assignments.

meeting_topic.title String No

The Title of the Meeting Topic

meeting_topic.closed_at String No

The Date of the Meeting Topic being closed

meeting_topic.due_date String No

The Due Date of the Meeting Topic

meeting_id Integer Yes

The ID of the Meeting the Meeting Topic belongs to

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.