diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 6f507f1fc9..b4a6438b0f 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -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