Skip to content

Commit

Permalink
Add cluster deployment workflow for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
9seconds committed Nov 23, 2016
1 parent 483b76d commit b400f84
Show file tree
Hide file tree
Showing 3 changed files with 2,621 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/source/api/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ actions:
.. _api-usage-assign-user-with-role:

Assign user with role
+++++++++++++++++++++

Expand All @@ -189,9 +191,11 @@ version of the same entity. So updates and deletes doing progression of
the same value and it is possible to access any versions were made in
Decapod using API.

To update model, we need to update its *data* fieldset (please check
:ref:`api-model-basic` for details). Do not update any field except of
*data*, you will get *400 Bad Request* on such attempt.
.. important::

To update model, we need to update its *data* fieldset (please check
:ref:`api-model-basic` for details). Do not update any field except
of *data*, you will get *400 Bad Request* on such attempt.

.. code-block:: python
Expand Down

0 comments on commit b400f84

Please sign in to comment.