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

Commit 6abc8bc

Browse files
authored
openapi: Change schema for MultipleProjectIdentifier to string (#138)
1 parent 693e2d0 commit 6abc8bc

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
@@ -102,9 +102,7 @@ components:
102102
name: ids
103103
description: The IDs of the projects
104104
schema:
105-
type: array
106-
items:
107-
type: string
105+
type: string
108106
example: "[\"AABBCCDD\", \"EEFFGGHH\"]"
109107
required: true
110108
UserIdentifier:

0 commit comments

Comments
 (0)