From fc6695bcc01c09732c711a3ccd965dfa0ab95942 Mon Sep 17 00:00:00 2001 From: Yefis <39944043+SofianD@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:24:10 +0100 Subject: [PATCH] docs(import/flags): fix endpoint (#58) --- docs/accounting/folder/import/flags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/accounting/folder/import/flags.md b/docs/accounting/folder/import/flags.md index ec36bfb..4efd1db 100644 --- a/docs/accounting/folder/import/flags.md +++ b/docs/accounting/folder/import/flags.md @@ -10,10 +10,10 @@ Dans MyUnisoft vous pouvez retrouver l'information avec le module `Demande d'inf ## API -La route GET https://api.myunisoft.fr/api/v1/flags permets de récupérer les mêmes données que le module `Demande d'info/PJ`: +La route GET https://api.myunisoft.fr/api/v1/flags/comment_attach_doc permets de récupérer les mêmes données que le module `Demande d'info/PJ`: ```bash -curl --location --request GET 'https://api.myunisoft.fr/api/v1/flags' \ +curl --location --request GET 'https://api.myunisoft.fr/api/v1/flags/comment_attach_doc' \ --header 'X-Third-Party-Secret: {{X-Third-Party-Secret}}' \ --header 'society-id: 1' \ --header 'Authorization: Bearer {{API_TOKEN}}'