APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminset Org Access To Self Hosted Runner Group I Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminset Org Access To Self Hosted Runner Group I 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-org-access-to-self-hosted-runner-group-in-enterprise",
  "method": "PUT",
  "path": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}/organizations",
  "summary": "APIs.io Engineering Platform Set organization access for a self-hosted runner group in an enterprise",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "selected_organization_ids": [
          32,
          91
        ]
      }
    }
  ],
  "responseExamples": []
}