APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminupdate Org Name Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminupdate Org Name 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": "enterprise-admin/update-org-name",
  "method": "PATCH",
  "path": "/admin/organizations/{org}",
  "summary": "APIs.io Engineering Platform Update an organization name",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "login": "the-new-octocats"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "202",
      "contentType": "application/json",
      "name": "default",
      "example": {
        "message": "Job queued to rename organization. It may take a few minutes to complete.",
        "url": "https://<hostname>/api/v3/organizations/1"
      }
    }
  ]
}