Skip to content

Commit

Permalink
Fix api docs for logging endpoint
Browse files Browse the repository at this point in the history
- Corrects indentation for the /system/logs endpoint (summary,...)
- Fixes schema validation for LogEntry

Signed-off-by: Niklas Lochschmidt <[email protected]>
  • Loading branch information
nlochschmidt authored and alexellis committed Aug 21, 2019
1 parent 14677e0 commit 2b92ee6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api-docs/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -600,7 +600,7 @@ definitions:
- name
LogEntry:
type: object
property:
properties:
name:
type: string
description: the function name
Expand Down

0 comments on commit 2b92ee6

Please sign in to comment.