diff --git a/docs/konnectors/egl.md b/docs/konnectors/egl.md index 044189814c439473a0b8a2f6d9826ddccb23dafe..7e435b57b06f0ba20c2d2e00ad69a6258e76e915 100644 --- a/docs/konnectors/egl.md +++ b/docs/konnectors/egl.md @@ -48,8 +48,9 @@ Once you've sent this request the API should answer with a code 100 if everythin "codeRetour": 100, "libelleRetour": "Connecté", "resultatRetour": { - "num_abt": 1895683, - "token": "897555754A703055397897456568776E32704C3953514F5R" + "num_abt": toto, + "list_num_abt": [toto, tata] + "token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" } } ```