Add double quotes around URL

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2023-06-10 14:13:48 +02:00
parent afa9d1a205
commit e9236bdbb8
No known key found for this signature in database
GPG key ID: 29A48C1F03620416

View file

@ -131,7 +131,7 @@ paths:
items:
type: string
description: The URLs the user is accepting in this request.
example: [https://example.org/somewhere/terms-2.0-en.html]
example: ["https://example.org/somewhere/terms-2.0-en.html"]
required:
- user_accepts
responses: