APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Activityset Thread Subscription Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Activityset Thread Subscription 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/set-thread-subscription",
  "method": "PUT",
  "path": "/notifications/threads/{thread_id}/subscription",
  "summary": "APIs.io Engineering Platform Set a thread subscription",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "ignored": false
      }
    }
  ],
  "responseExamples": []
}