Skip to content
Snippets Groups Projects
Commit 2b92ee6e authored by Niklas Lochschmidt's avatar Niklas Lochschmidt Committed by Alex Ellis
Browse files

Fix api docs for logging endpoint


- Corrects indentation for the /system/logs endpoint (summary,...)
- Fixes schema validation for LogEntry

Signed-off-by: default avatarNiklas Lochschmidt <nlochschmidt@gmail.com>
parent 14677e0b
No related branches found
No related tags found
No related merge requests found
......@@ -333,10 +333,10 @@ paths:
'500':
description: Internal Server Error
'/system/logs':
get:
summary: Get a stream of the logs for a specific function
produces:
- application/x-ndjson
get:
summary: Get a stream of the logs for a specific function
produces:
- application/x-ndjson
parameters:
- in: query
name: name
......@@ -600,7 +600,7 @@ definitions:
- name
LogEntry:
type: object
property:
properties:
name:
type: string
description: the function name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment