Fix typo in REST API "Request certificate" (#34092)

Changes:
 - Changed "isseud" to "issued" in `idp_client_id`.
This commit is contained in:
Mason Buettner
2025-10-10 12:06:02 -05:00
committed by GitHub
parent 5e7ba53cca
commit e78ad1b9ca
+1 -1
View File
@@ -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