Small Improvements · Example Payload

Createfileusingpost Example

POST /v2/helpful-resources/attachments/file

helpful-resources-attachments-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionrequestBodyresponse

Example Payload

Raw ↑
{
  "summary": "createFile",
  "operationId": "createFileUsingPOST",
  "method": "POST",
  "path": "/v2/helpful-resources/attachments/file",
  "tags": [
    "helpful-resources-attachments-resource"
  ],
  "description": "POST /v2/helpful-resources/attachments/file",
  "requestBody": {
    "description": "Request payload",
    "required": false
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}