APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Activitymark Notifications As Read Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Activitymark Notifications As Read Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "activity/mark-notifications-as-read",
  "method": "PUT",
  "path": "/notifications",
  "summary": "APIs.io Engineering Platform Mark notifications as read",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "last_read_at": "2022-06-10T00:00:00Z",
        "read": true
      }
    }
  ],
  "responseExamples": []
}