diff --git a/i18n/fr/docusaurus-plugin-content-docs/version-24.10/api/graph-views-map-api.md b/i18n/fr/docusaurus-plugin-content-docs/version-24.10/api/graph-views-map-api.md index 42c2fc3800f8..736cfb48f291 100644 --- a/i18n/fr/docusaurus-plugin-content-docs/version-24.10/api/graph-views-map-api.md +++ b/i18n/fr/docusaurus-plugin-content-docs/version-24.10/api/graph-views-map-api.md @@ -22,7 +22,7 @@ Avec cette API, vous pouvez créer / mettre à jour / supprimer des cartes stand ```shell -POST : http://\{\{serverURL\}\}:8081/centreon-map/api/beta/auth/sign-in +POST : http://serverURL:8081/centreon-map/api/beta/auth/sign-in ``` @@ -30,7 +30,7 @@ POST : http://\{\{serverURL\}\}:8081/centreon-map/api/beta/auth/sign-in ```shell -POST : https://\{\{serverURL\}\}:9443/centreon-map/api/beta/auth/sign-in +POST : https://serverURL:9443/centreon-map/api/beta/auth/sign-in ``` @@ -64,7 +64,7 @@ Headers { ```shell -POST http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps +POST http://serverURL:8081/centreon-map/api/beta/maps ``` @@ -72,7 +72,7 @@ POST http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps ```shell -POST https://\{\{serverURL\}\}:9443/centreon-map/api/beta/maps +POST https://serverURL:9443/centreon-map/api/beta/maps ``` @@ -98,7 +98,7 @@ Body { ```shell -GET http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps/{mapId}/views/{viewId} +GET http://serverURL:8081/centreon-map/api/beta/maps/{mapId}/views/{viewId} ``` @@ -106,7 +106,7 @@ GET http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps/{mapId}/views/{view ```shell -GET https://\{\{serverURL\}\}:9443/centreon-map/api/beta/maps/{mapId}/views/{viewId} +GET https://serverURL:9443/centreon-map/api/beta/maps/{mapId}/views/{viewId} ``` @@ -120,7 +120,7 @@ Dans ce scénario, l'élément "shape" est un rectangle. ```shell -PUT http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps/{mapId}/views +PUT http://serverURL:8081/centreon-map/api/beta/maps/{mapId}/views ``` @@ -128,7 +128,7 @@ PUT http://\{\{serverURL\}\}:8081/centreon-map/api/beta/maps/{mapId}/views ```shell -PUT https://\{\{serverURL\}\}:9443/centreon-map/api/beta/maps/{mapId}/views +PUT https://serverURL:9443/centreon-map/api/beta/maps/{mapId}/views ```