Add docs for users reporting their transactions route

This commit is contained in:
Tanner Collin 2020-02-01 09:03:31 +00:00
parent f5cfc9a1d6
commit 5130c8e169

View File

@ -573,6 +573,25 @@ Edit Transaction
Same as PATCH but requires all fields present. Same as PATCH but requires all fields present.
Report Transaction
++++++++++++++++++
.. http:post:: /transactions/(id)/report/
Allows users to report their own transactions for review.
``report_type`` will automatically be set to ``User Flagged``.
:param id: The transaction's ID.
:json report_memo: The reason for the report, required.
:requestheader Authorization: ``Token <token>``
**Response**
:status 200:
Courses Courses
------- -------