refactored doc-string

This commit is contained in:
Anatoly 2020-02-05 16:58:41 +03:00
parent 8eb07205e1
commit 16ed67f9b1
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ class ReportListCreateView(ReportBaseView, ListCreateAPIView):
Return paginated list of reports.
*POST*
Creates a new report, and returns a serialized object.
Creates a new report with a source - `BACK_OFFICE`, and returns a serialized object.
### Description
Method that allows getting list of reports or create a new one and return serialized object.

View File

@ -27,7 +27,7 @@ class ReportListCreateView(ReportBaseView, ListCreateAPIView):
Return paginated list of reports.
*POST*
Creates a new report, and returns a serialized object.
Creates a new report with a source - `WEB`, and returns a serialized object.
### Description
Method that allows getting list of reports or create a new one and return serialized object.