Small Improvements · Example Payload

Getallowedrequestsusingget_1 Example

GET /v2/writing-assistant/tokens

writing-assistant-resource

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

Top-level fields

summaryoperationIdmethodpathtagsdescriptionresponse

Example Payload

Raw ↑
{
  "summary": "getAllowedRequests",
  "operationId": "getAllowedRequestsUsingGET_1",
  "method": "GET",
  "path": "/v2/writing-assistant/tokens",
  "tags": [
    "writing-assistant-resource"
  ],
  "description": "GET /v2/writing-assistant/tokens",
  "response": {
    "status": 200,
    "description": "OK"
  }
}