Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 77d0341

Browse files
authored
openapi: Change schema for report ids to string (#142)
1 parent 6fda52f commit 77d0341

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

static/openapi.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,9 +3264,7 @@ paths:
32643264
name: ids
32653265
description: The IDs of the reports
32663266
schema:
3267-
type: array
3268-
items:
3269-
type: string
3267+
type: string
32703268
example: "[\"AABBCCDD\", \"EEFFGGHH\"]"
32713269
required: true
32723270
get:

0 commit comments

Comments
 (0)