Update doc (#2775)

This commit is contained in:
Christophe Maudoux 2022-07-19 20:32:12 +02:00
parent 6b4c7d5272
commit 6257e86301
1 changed files with 11 additions and 0 deletions

View File

@ -515,3 +515,14 @@ connect with any user, the message will be prompted.
.. |image1| image:: /documentation/portal-notification.png
:class: align-center
JSON response
~~~~~~~~~~~~~
If a notification is pending, JSON response fields are:
- ``result``: ``0``
- ``error``: ``36``
- ``ciphered_id``: a ciphered session id is returned in this field.
This id can be used to forward and continue the notification process if you call the REST ``/notifback`` endpoint
with a LL::NG cookie built with this id.