Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
susuhahnml committed Dec 13, 2023
1 parent 43c75fd commit 150f45e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/clinguin/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,31 +330,29 @@ Communication
****
GET
****

When the UI is first loaded and in every reload, the client will do a ``GET`` request which will update the UI.


.. figure:: ../get.png

When the UI is first loaded and in every reload, the client will do a ``GET`` request which will update the UI.

****
POST
****

.. figure:: ../post.png

When the user triggers as event that is associiated with a ``call`` action, the client will do a ``POST`` request.
This request will include the selected operations and the context.

.. figure:: ../post.png

**********
Operations
**********

.. figure:: ../operation.png

The operations are defined by the backend. These operations will interact with the domain control while performing all the required changes.
Each backend will define an available list of operations. These lists can be found in :ref:`Backends`.

.. figure:: ../operation.png


********
Context
Expand Down

0 comments on commit 150f45e

Please sign in to comment.