From d132f4d0340bd8138afb12c551641d40fc8b6172 Mon Sep 17 00:00:00 2001 From: Nick Ivanov <103075931+nick-ivanov-edb@users.noreply.github.com> Date: Mon, 17 Aug 2026 16:17:18 +0100 Subject: [PATCH 1/2] Update authentication details in API documentation Clarified authentication method for the operation in the API documentation. The current note is confusing. --- product_docs/docs/pem/10/pem_rest_api/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pem/10/pem_rest_api/index.mdx b/product_docs/docs/pem/10/pem_rest_api/index.mdx index 989266e8ae8..83bbc44b87b 100644 --- a/product_docs/docs/pem/10/pem_rest_api/index.mdx +++ b/product_docs/docs/pem/10/pem_rest_api/index.mdx @@ -230,7 +230,7 @@ Status Code **201** !!! info - This operation does not require authentication + Unlike other API calls, this operation does not use token-based authentication; supply username and password instead. From 4e1f0cf955f155b61406ec36bb9340e01f99eae3 Mon Sep 17 00:00:00 2001 From: gvasquezvargas Date: Wed, 19 Aug 2026 12:46:15 +0200 Subject: [PATCH 2/2] Apply suggestion from @gvasquezvargas --- product_docs/docs/pem/10/pem_rest_api/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pem/10/pem_rest_api/index.mdx b/product_docs/docs/pem/10/pem_rest_api/index.mdx index 83bbc44b87b..ff865ffe6c8 100644 --- a/product_docs/docs/pem/10/pem_rest_api/index.mdx +++ b/product_docs/docs/pem/10/pem_rest_api/index.mdx @@ -230,7 +230,7 @@ Status Code **201** !!! info - Unlike other API calls, this operation does not use token-based authentication; supply username and password instead. + Unlike other API calls, this operation doesn't use token-based authentication; instead, supply the username and password.