APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminupdate Self Hosted Runner Group For Enterpri Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminupdate Self Hosted Runner Group For Enterpri 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-self-hosted-runner-group-for-enterprise",
  "method": "PATCH",
  "path": "/enterprises/{enterprise}/actions/runner-groups/{runner_group_id}",
  "summary": "APIs.io Engineering Platform Update a self-hosted runner group for an enterprise",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "Expensive hardware runners",
        "visibility": "selected"
      }
    }
  ],
  "responseExamples": []
}