APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Dependabotcreate Or Update Org Secret Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Dependabotcreate Or Update Org Secret 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": "dependabot/create-or-update-org-secret",
  "method": "PUT",
  "path": "/orgs/{org}/dependabot/secrets/{secret_name}",
  "summary": "APIs.io Engineering Platform Create or update an organization secret",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "encrypted_value": "c2VjcmV0",
        "key_id": "012345678912345678",
        "visibility": "selected",
        "selected_repository_ids": [
          "1296269",
          "1296280"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "default",
      "example": null
    }
  ]
}