APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Oidcupdate Oidc Custom Sub Template For Org Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Oidcupdate Oidc Custom Sub Template For Org 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": "oidc/update-oidc-custom-sub-template-for-org",
  "method": "PUT",
  "path": "/orgs/{org}/actions/oidc/customization/sub",
  "summary": "APIs.io Engineering Platform Set the customization template for an OIDC subject claim for an organization",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "default",
      "example": null
    }
  ]
}