APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Actionsupdate Org Variable Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Actionsupdate Org Variable 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": "actions/update-org-variable",
  "method": "PATCH",
  "path": "/orgs/{org}/actions/variables/{name}",
  "summary": "APIs.io Engineering Platform Update an organization variable",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "name": "USERNAME",
        "value": "octocat",
        "visibility": "selected",
        "selected_repository_ids": [
          1296269,
          1296280
        ]
      }
    }
  ],
  "responseExamples": []
}