refactored doc-string
This commit is contained in:
parent
8eb07205e1
commit
16ed67f9b1
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user