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:
text/plain:
schema:
type: array
items: { type: string }
type: string
default:
description: Unexpected error.
content: