APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Teamsupdate Discussion Legacy Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Teamsupdate Discussion Legacy 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": "teams/update-discussion-legacy",
  "method": "PATCH",
  "path": "/teams/{team_id}/discussions/{discussion_number}",
  "summary": "APIs.io Engineering Platform Update a discussion (Legacy)",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "title": "Welcome to our first team post"
      }
    }
  ],
  "responseExamples": []
}