APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Actionsset Custom Oidc Sub Claim For Repo Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Actionsset Custom Oidc Sub Claim For Repo 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/set-custom-oidc-sub-claim-for-repo",
  "method": "PUT",
  "path": "/repos/{owner}/{repo}/actions/oidc/customization/sub",
  "summary": "APIs.io Engineering Platform Set the customization template for an OIDC subject claim for a repository",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "use_default": false,
        "include_claim_keys": [
          "repo",
          "context"
        ]
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "default",
      "example": null
    }
  ]
}