Add 'action' to API docs

This commit is contained in:
Hillel Coren 2017-05-22 12:18:20 +03:00
parent 8401e8ac3c
commit 90f9247362

View File

@ -109,6 +109,8 @@ Updating Data
You can archive, delete or restore an entity by setting ``action`` in the request
.. code-block:: shell
curl -X PUT ninja.dev/api/v1/invoices/1?action=archive \
-H "X-Ninja-Token: TOKEN"