Small Improvements · Example Payload

Createnoteusingpost Example

POST /v2/meetings/{meetingId}/notes

meeting-note-resource

Createnoteusingpost 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": "createNote",
  "operationId": "createNoteUsingPOST",
  "method": "POST",
  "path": "/v2/meetings/{meetingId}/notes",
  "tags": [
    "meeting-note-resource"
  ],
  "description": "POST /v2/meetings/{meetingId}/notes",
  "parameters": {
    "meetingId": "<value>"
  },
  "requestBody": {
    "description": "command",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}