APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Oauth Authorizationsupdate Authorization Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Oauth Authorizationsupdate Authorization 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": "oauth-authorizations/update-authorization",
  "method": "PATCH",
  "path": "/authorizations/{authorization_id}",
  "summary": "APIs.io Engineering Platform Update an existing authorization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "add_scopes": [
          "public_repo"
        ],
        "remove_scopes": [
          "user"
        ],
        "note": "optional note"
      }
    }
  ],
  "responseExamples": []
}