Skip to content

Commit

Permalink
docs(import/flags): fix endpoint (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofianD authored Dec 27, 2023
1 parent 9d718af commit fc6695b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/accounting/folder/import/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Dans MyUnisoft vous pouvez retrouver l'information avec le module `Demande d'inf

## API

La route <kbd>GET</kbd> 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 <kbd>GET</kbd> 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}}'
Expand Down

0 comments on commit fc6695b

Please sign in to comment.