APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminset Selected Organizations Enabled Github Ac Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminset Selected Organizations Enabled Github Ac 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/set-selected-organizations-enabled-github-actions-enterprise",
  "method": "PUT",
  "path": "/enterprises/{enterprise}/actions/permissions/organizations",
  "summary": "APIs.io Engineering Platform Set selected organizations enabled for GitHub Actions in an enterprise",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "selected_organization_ids": [
          32,
          91
        ]
      }
    }
  ],
  "responseExamples": []
}