APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Orgsupdate Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Orgsupdate 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": "orgs/update",
  "method": "PATCH",
  "path": "/orgs/{org}",
  "summary": "APIs.io Engineering Platform Update an organization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "billing_email": "mona@github.com",
        "company": "GitHub",
        "email": "mona@github.com",
        "twitter_username": "github",
        "location": "San Francisco",
        "name": "github",
        "description": "GitHub, the company.",
        "default_repository_permission": "read",
        "members_can_create_repositories": true,
        "members_allowed_repository_creation_type": "all"
      }
    }
  ],
  "responseExamples": []
}