APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Enterprise Adminset Custom Labels For Self Hosted Runner For Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Enterprise Adminset Custom Labels For Self Hosted Runner For 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-custom-labels-for-self-hosted-runner-for-enterprise",
  "method": "PUT",
  "path": "/enterprises/{enterprise}/actions/runners/{runner_id}/labels",
  "summary": "APIs.io Engineering Platform Set custom labels for a self-hosted runner for an enterprise",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "labels": [
          "gpu",
          "accelerated"
        ]
      }
    }
  ],
  "responseExamples": []
}