mirror of
https://github.com/jlengrand/jetbrains-client-api-repository.git
synced 2026-03-10 08:31:24 +00:00
20 lines
611 B
HTTP
20 lines
611 B
HTTP
## OidcApi
|
|
|
|
### Get the customization template for an OIDC subject claim for an organization
|
|
## Get the customization template for an OIDC subject claim for an organization
|
|
GET https://api.github.com/orgs/{{org}}/actions/oidc/customization/sub
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
### Set the customization template for an OIDC subject claim for an organization
|
|
##
|
|
PUT https://api.github.com/orgs/{{org}}/actions/oidc/customization/sub
|
|
Content-Type: application/json
|
|
Accept: application/json
|
|
Authorization: Bearer {{bearerToken}}
|
|
|
|
{
|
|
"include_claim_keys" : [ "repo", "context" ]
|
|
}
|
|
|