Fix typo in REST API "Request certificate" (#34092)
Changes: - Changed "isseud" to "issued" in `idp_client_id`.
This commit is contained in:
@@ -837,7 +837,7 @@ Requests a base64 encoded certificate (`.pem`). Currently, this endpoint is only
|
||||
| csr | string | body |**Required** The signed certificate signing request (CSR). |
|
||||
| idp_oauth_url | string | body | OAuth introspection URL from your identity provider (IdP). Required if `idp_token` is specified. |
|
||||
| idp_token | string | body | Active session token from your identity provider (IdP). Required if `idp_oauth_url` is specified.|
|
||||
| idp_client_id | string | body | Client ID for which the token was isseud from your identity provider (IdP). Required if `idp_oauth_url` is specified.|
|
||||
| idp_client_id | string | body | Client ID for which the token was issued from your identity provider (IdP). Required if `idp_oauth_url` is specified.|
|
||||
|
||||
#### Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user