log http endpoint swagger doc fix

This commit is contained in:
manuel83 2019-08-05 23:16:12 +02:00
parent 30efc95462
commit 85b6549640
2 changed files with 9 additions and 10 deletions

View file

@ -2,7 +2,6 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="1a245e6a-2e43-4348-8759-dc1b63a4c9c8" name="Default" comment="Lots of changes"> <list default="true" id="1a245e6a-2e43-4348-8759-dc1b63a4c9c8" name="Default" comment="Lots of changes">
<change beforePath="$PROJECT_DIR$/cbpi/controller/log_file_controller.py" beforeDir="false" afterPath="$PROJECT_DIR$/cbpi/controller/log_file_controller.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/cbpi/http_endpoints/http_log.py" beforeDir="false" afterPath="$PROJECT_DIR$/cbpi/http_endpoints/http_log.py" afterDir="false" /> <change beforePath="$PROJECT_DIR$/cbpi/http_endpoints/http_log.py" beforeDir="false" afterPath="$PROJECT_DIR$/cbpi/http_endpoints/http_log.py" afterDir="false" />
</list> </list>
<ignored path="$PROJECT_DIR$/.idea/httpRequests/" /> <ignored path="$PROJECT_DIR$/.idea/httpRequests/" />
@ -105,8 +104,8 @@
<file pinned="false" current-in-tab="true"> <file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/cbpi/http_endpoints/http_log.py"> <entry file="file://$PROJECT_DIR$/cbpi/http_endpoints/http_log.py">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="414"> <state relative-caret-position="206">
<caret line="74" column="47" selection-start-line="74" selection-start-column="47" selection-end-line="74" selection-end-column="47" /> <caret line="145" column="27" selection-start-line="145" selection-start-column="27" selection-end-line="145" selection-end-column="27" />
<folding> <folding>
<element signature="e#0#23#0" expanded="true" /> <element signature="e#0#23#0" expanded="true" />
</folding> </folding>
@ -957,7 +956,7 @@
<workItem from="1557865115345" duration="642000" /> <workItem from="1557865115345" duration="642000" />
<workItem from="1558267960394" duration="706000" /> <workItem from="1558267960394" duration="706000" />
<workItem from="1559500167254" duration="104000" /> <workItem from="1559500167254" duration="104000" />
<workItem from="1563709285256" duration="111965000" /> <workItem from="1563709285256" duration="112064000" />
</task> </task>
<task id="LOCAL-00001" summary="Lots of changes"> <task id="LOCAL-00001" summary="Lots of changes">
<created>1541288846149</created> <created>1541288846149</created>
@ -1009,7 +1008,7 @@
</history-entry> </history-entry>
</component> </component>
<component name="TimeTrackingManager"> <component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="383843000" /> <option name="totallyTimeSpent" value="383942000" />
</component> </component>
<component name="TodoView"> <component name="TodoView">
<todo-panel id="selected-file"> <todo-panel id="selected-file">
@ -1028,10 +1027,10 @@
<window_info id="Favorites" order="1" side_tool="true" /> <window_info id="Favorites" order="1" side_tool="true" />
<window_info anchor="bottom" id="Event Log" order="0" sideWeight="0.2826618" side_tool="true" weight="0.34545454" /> <window_info anchor="bottom" id="Event Log" order="0" sideWeight="0.2826618" side_tool="true" weight="0.34545454" />
<window_info anchor="bottom" id="Version Control" order="1" sideWeight="0.4993895" weight="0.32613635" /> <window_info anchor="bottom" id="Version Control" order="1" sideWeight="0.4993895" weight="0.32613635" />
<window_info active="true" anchor="bottom" id="Run" order="2" sideWeight="0.7173382" visible="true" weight="0.24545455" /> <window_info anchor="bottom" id="Run" order="2" sideWeight="0.7173382" weight="0.24545455" />
<window_info anchor="bottom" id="Debug" order="3" sideWeight="0.6996337" weight="0.45454547" /> <window_info anchor="bottom" id="Debug" order="3" sideWeight="0.6996337" weight="0.45454547" />
<window_info anchor="bottom" id="Python Console" order="4" sideWeight="0.49938852" weight="0.32876712" /> <window_info anchor="bottom" id="Python Console" order="4" sideWeight="0.49938852" weight="0.32876712" />
<window_info anchor="bottom" id="Terminal" order="5" sideWeight="0.49571952" weight="0.3659091" /> <window_info active="true" anchor="bottom" id="Terminal" order="5" sideWeight="0.49571952" visible="true" weight="0.3659091" />
<window_info anchor="bottom" id="TODO" order="6" sideWeight="0.49979618" weight="0.32648402" /> <window_info anchor="bottom" id="TODO" order="6" sideWeight="0.49979618" weight="0.32648402" />
<window_info anchor="bottom" id="Message" order="7" /> <window_info anchor="bottom" id="Message" order="7" />
<window_info anchor="bottom" id="Find" order="8" weight="0.32518336" /> <window_info anchor="bottom" id="Find" order="8" weight="0.32518336" />
@ -1415,8 +1414,8 @@
</entry> </entry>
<entry file="file://$PROJECT_DIR$/cbpi/http_endpoints/http_log.py"> <entry file="file://$PROJECT_DIR$/cbpi/http_endpoints/http_log.py">
<provider selected="true" editor-type-id="text-editor"> <provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="414"> <state relative-caret-position="206">
<caret line="74" column="47" selection-start-line="74" selection-start-column="47" selection-end-line="74" selection-end-column="47" /> <caret line="145" column="27" selection-start-line="145" selection-start-column="27" selection-end-line="145" selection-end-column="27" />
<folding> <folding>
<element signature="e#0#23#0" expanded="true" /> <element signature="e#0#23#0" expanded="true" />
</folding> </folding>

View file

@ -143,7 +143,7 @@ class LogHttpEndpoints:
async def delete_log(self, request): async def delete_log(self, request):
""" """
--- ---
description: Get log data for sensor description: delete log data for sensor
tags: tags:
- Log - Log
parameters: parameters: