From dec99fb50329c871c69e11d5ca6a38a623d1363f Mon Sep 17 00:00:00 2001 From: hnouts <hnouts@grandlyon.com> Date: Wed, 16 Feb 2022 17:10:54 +0100 Subject: [PATCH] Added egl evolution - list num_abt --- docs/konnectors/egl.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/konnectors/egl.md b/docs/konnectors/egl.md index 0441898..7e435b5 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" } } ``` -- GitLab