Skip to content

Commit

Permalink
Add note about removed flagging feature
Browse files Browse the repository at this point in the history
  • Loading branch information
eloquence committed Jun 17, 2021
1 parent 78ad67d commit dc5a73c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/development/journalist_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -776,3 +776,21 @@ response body:
None of the requested items will be marked seen if any of them cannot
be found.


Removed functionality
~~~~~~~~~~~~~~~~~~~~~

Flagging sources
----------------

Previous versions of the API supported flagging sources for reply, which would
generate a reply keypair for the source upon their next login. This
functionality was removed in SecureDrop 2.0.0.

The ``/api/v1/sources/<source_uuid>/flag`` endpoint (``POST``) and the
``is_flagged`` property for sources are retained for backwards compatibility,
but no longer function. ``is_flagged`` is always ``false``.

The endpoint and the ``is_flagged`` property will be fully removed from the API
in a future release.

0 comments on commit dc5a73c

Please sign in to comment.