Small Improvements · Example Payload

Markasunreadusingpost Example

POST /v2/notificationLogs/markAsUnread/{id}

notification-log-resource

Markasunreadusingpost 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

summaryoperationIdmethodpathtagsdescriptionparametersresponse

Example Payload

Raw ↑
{
  "summary": "markAsUnread",
  "operationId": "markAsUnreadUsingPOST",
  "method": "POST",
  "path": "/v2/notificationLogs/markAsUnread/{id}",
  "tags": [
    "notification-log-resource"
  ],
  "description": "POST /v2/notificationLogs/markAsUnread/{id}",
  "parameters": {
    "id": "<value>"
  },
  "response": {
    "status": 200,
    "description": "OK"
  }
}