Small Improvements · Example Payload

Resetnewcountusingpost Example

POST /v2/notificationLogs/count/reset

notification-log-resource

Resetnewcountusingpost 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": "resetNewCount",
  "operationId": "resetNewCountUsingPOST",
  "method": "POST",
  "path": "/v2/notificationLogs/count/reset",
  "tags": [
    "notification-log-resource"
  ],
  "description": "POST /v2/notificationLogs/count/reset",
  "response": {
    "status": 200,
    "description": "OK"
  }
}