Small Improvements · Example Payload

Edittalkingpointusingput Example

PUT /v2/meetings/{meetingId}/talkingpoints/{pointId}

talking-point-resource

Edittalkingpointusingput Example is an example object payload from Small Improvements, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summaryoperationIdmethodpathtagsdescriptionparametersrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "editTalkingPoint",
  "operationId": "editTalkingPointUsingPUT",
  "method": "PUT",
  "path": "/v2/meetings/{meetingId}/talkingpoints/{pointId}",
  "tags": [
    "talking-point-resource"
  ],
  "description": "PUT /v2/meetings/{meetingId}/talkingpoints/{pointId}",
  "parameters": {
    "meetingId": "<value>",
    "pointId": "<value>"
  },
  "requestBody": {
    "description": "command",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}