APIs.io Engineering Platform · Example Payload

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

APIs.ioEngineeringPlatform

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