Small Improvements · Example Payload

Reorderbadgeprototypesusingpost Example

POST /v2/badges/order

badges-resource

Reorderbadgeprototypesusingpost 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": "reorderBadgePrototypes",
  "operationId": "reorderBadgePrototypesUsingPOST",
  "method": "POST",
  "path": "/v2/badges/order",
  "tags": [
    "badges-resource"
  ],
  "description": "POST /v2/badges/order",
  "requestBody": {
    "description": "newOrder",
    "required": true
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}