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

Commit 6fda52f

Browse files
authored
openapi: Change schema for notification ids to string (#141)
1 parent c11f6fa commit 6fda52f

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
@@ -3067,9 +3067,7 @@ paths:
30673067
name: ids
30683068
description: The IDs of the notifications
30693069
schema:
3070-
type: array
3071-
items:
3072-
type: string
3070+
type: string
30733071
example: "[\"AABBCCDD\", \"EEFFGGHH\"]"
30743072
required: true
30753073
get:

0 commit comments

Comments
 (0)