---
title: "Update a Specific PM Meeting Track"
slug: "update-a-specific-pm-meeting-track"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-pm-meeting-track"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific PM Meeting Track

Patch/pm-rest-api/rest/1/pmmeetingtrack/F33F0EFCD95D24B0E05316821FAC81B7

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='8938b79a-c046-4fe1-a0d8-244b68958c8a'>application/json</option>
</select>object  Example{
  "PmmtMinutesFootnote": "This is a test entry"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='3e4997ba-6689-4264-a978-bd127b48b865'>application/json</option>
</select>

```json
{
  "PmmtCompCode": "001",
  "PmmtFrequency": null,
  "PmmtItemIdMask": null,
  "PmmtMeetingIdMask": null,
  "PmmtMinutesFootnote": "This is a test entry",
  "PmmtNextItemNum": null,
  "PmmtNextMeetingNum": 1,
  "PmmtNumberingFlag": null,
  "PmmtProjCode": "15600",
  "PmmtProjName": "JE Dunn Projects",
  "PmmtTrackCode": "TEST",
  "PmmtTrackName": "Weekly Test Meeting",
  "PmmtVUuid": "F33F0EFCD95D24B0E05316821FAC81B7",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/F33F0EFCD95D24B0E05316821FAC81B7",
      "name": "pmmeetingtrack",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/pm-rest-api/rest/1/pmmeetingtrack/F33F0EFCD95D24B0E05316821FAC81B7",
      "name": "pmmeetingtrack",
      "kind": "item"
    }
  ]
}
```

object
