OAPI: return log tail as string, not array of strings
The JavaScript client cannot handle a plain array of strings.
This commit is contained in:
parent
9bb4dd49dd
commit
2003db7a26
@ -444,8 +444,7 @@ paths:
|
||||
content:
|
||||
text/plain:
|
||||
schema:
|
||||
type: array
|
||||
items: { type: string }
|
||||
type: string
|
||||
default:
|
||||
description: Unexpected error.
|
||||
content:
|
||||
|
Loading…
x
Reference in New Issue
Block a user