diff --git a/en/identity-server/7.0.0/docs/apis/restapis/authenticators.yaml b/en/identity-server/7.0.0/docs/apis/restapis/authenticators.yaml index d6ba9ee4b4..74893299dd 100644 --- a/en/identity-server/7.0.0/docs/apis/restapis/authenticators.yaml +++ b/en/identity-server/7.0.0/docs/apis/restapis/authenticators.yaml @@ -103,7 +103,7 @@ paths: x-codeSamples: - lang: Curl source: | - curl --location 'https://localhost:9443/api/server/v1/authenticators/meta/tags' \ + curl --location 'https://localhost:9443/api/server/v1/authenticators/{authenticator-id}/connected-apps' \ -H 'Accept: application/json' \ -H 'Authorization: Basic YWRtaW46YWRtaW4=' /authenticators/meta/tags: @@ -135,7 +135,7 @@ paths: x-codeSamples: - lang: Curl source: | - curl --location 'https://localhost:9443/api/server/v1/authenticators/{authenticator-id}/connected-apps' \ + curl --location 'https://localhost:9443/api/server/v1/authenticators/meta/tags' \ -H 'Accept: application/json' \ -H 'Authorization: Basic YWRtaW46YWRtaW4=' diff --git a/en/identity-server/next/docs/apis/restapis/authenticators.yaml b/en/identity-server/next/docs/apis/restapis/authenticators.yaml index d6ba9ee4b4..74893299dd 100644 --- a/en/identity-server/next/docs/apis/restapis/authenticators.yaml +++ b/en/identity-server/next/docs/apis/restapis/authenticators.yaml @@ -103,7 +103,7 @@ paths: x-codeSamples: - lang: Curl source: | - curl --location 'https://localhost:9443/api/server/v1/authenticators/meta/tags' \ + curl --location 'https://localhost:9443/api/server/v1/authenticators/{authenticator-id}/connected-apps' \ -H 'Accept: application/json' \ -H 'Authorization: Basic YWRtaW46YWRtaW4=' /authenticators/meta/tags: @@ -135,7 +135,7 @@ paths: x-codeSamples: - lang: Curl source: | - curl --location 'https://localhost:9443/api/server/v1/authenticators/{authenticator-id}/connected-apps' \ + curl --location 'https://localhost:9443/api/server/v1/authenticators/meta/tags' \ -H 'Accept: application/json' \ -H 'Authorization: Basic YWRtaW46YWRtaW4='