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:
Sybren A. Stüvel 2022-05-20 16:48:55 +02:00
parent 9bb4dd49dd
commit 2003db7a26

View File

@ -444,8 +444,7 @@ paths:
content: content:
text/plain: text/plain:
schema: schema:
type: array type: string
items: { type: string }
default: default:
description: Unexpected error. description: Unexpected error.
content: content: