Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnvr committed Aug 27, 2018
2 parents e3c336b + 289e6fe commit 8058cef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
Binary file modified images/operation_workflow.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 1 addition & 16 deletions reports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,24 +117,9 @@ To assign an operation to a member, the admin sends the following request :
where {member} is the member's id the operation is assigned to.

**Accept or refuse**

Once assigned, the operation can be either accepted or refused, by the assigned member or by the admin.
To accept the operation :

.. code-block:: bash
PATCH /operations/{operation}/state
.. code-block:: json
{
"transition": "accept"
}
**In progress and closing operation**

After being accepted, the operation will be changed to "in progress" then "resolved", either by the assigned member or the admin.
After being assigned, the operation will be changed to "in progress" then "resolved", either by the assigned member or the admin.

**Life cycle of an operation**

Expand Down

0 comments on commit 8058cef

Please sign in to comment.