From 554e765bedf07e672dc25b7424d35c131fc08c2b Mon Sep 17 00:00:00 2001 From: Julia Date: Wed, 7 Feb 2024 10:03:05 +0100 Subject: [PATCH] small fixes --- content/en/xtc/integrations/500-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/xtc/integrations/500-api.md b/content/en/xtc/integrations/500-api.md index d420efe9..1ac2e08d 100644 --- a/content/en/xtc/integrations/500-api.md +++ b/content/en/xtc/integrations/500-api.md @@ -109,9 +109,9 @@ In addition to the OpenApi specification in JSON or YAML format, XTC also presen API Explorer displaying information about the load test details request. {{< /image >}} -You can also try API calls directly from the API Explorer. For this to work, you will need to configure authorization information. To do this, go to **Authentication** in the menu. You can then provide either a valid bearer access token **or** specify client ID and secret as well as the required scopes for XTC to create a new bearer access token on your behalf using the OAuth procedure. +You can also try API calls directly from the API Explorer. For this to work, you will need to configure authorization information. To do this, go to **Authentication** in the menu. You can then provide either a valid bearer access token ***or*** specify client ID and secret as well as the required scopes for XTC to create a new bearer access token on your behalf using the OAuth procedure. {{< image src="xtc/api_explorer_authentication.png" >}} -Handling authentication in the API explorer: an access token has been created for your entered client ID and secret. +Handling authentication in the API explorer: an access token has been created for the entered client ID and secret. {{< /image >}}