Changeset 467 for TFP-WebServer/WebServer/src/WebAPI/APIs/Log.openapi.yaml
- Timestamp:
- Aug 18, 2023, 12:08:10 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TFP-WebServer/WebServer/src/WebAPI/APIs/Log.openapi.yaml
r460 r467 8 8 LogEntry: 9 9 type: object 10 properties: 10 properties: 11 id: 12 type: integer 13 minimum: 0 14 description: Consecutive ID/number of this log line 11 15 msg: 12 16 type: string … … 33 37 examples: 34 38 - '87123' 35 description: Time since server was started in milliseconds .39 description: Time since server was started in milliseconds 36 40 required: 41 - id 37 42 - msg 38 43 - type
Note:
See TracChangeset
for help on using the changeset viewer.