diff --git a/docs/index.rst b/docs/index.rst index 5cdd801..fae632c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -297,9 +297,9 @@ The following table summarize the allowed/forbidden operations depending on: the +-------------------------------------+-------------+----------------------+--------------------------+------------------------------------------+-------------------+ | Read | Yes all states | Yes all states | Yes only approved - All states if Author | Yes only approved | +-------------------------------------+-------------+----------------------+--------------------------+------------------------------------------+-------------------+ - | Update | Pending | Yes -> Pending | 403 Forbidden | Yes if Author -> Pending | 403 Forbidden | + | Update | Pending | Yes -> Pending | Yes if Author -> Pending | Yes if Author -> Pending | 403 Forbidden | + +-------------+----------------------+--------------------------+------------------------------------------+-------------------+ - | | Rejected | Yes -> Pending | 403 Forbidden | Yes if Author -> Pending | 403 Forbidden | + | | Rejected | Yes -> Pending | Yes if Author -> Pending | Yes if Author -> Pending | 403 Forbidden | + +-------------+----------------------+--------------------------+------------------------------------------+-------------------+ | | Approved | 403 Forbidden | Yes -> Approved | Yes if Author -> Pending | 403 Forbidden | +-------------------------------------+-------------+----------------------+--------------------------+------------------------------------------+-------------------+