openapi: add room name query parameter to get rooms endpoint

This commit is contained in:
juancarmore 2025-08-16 13:29:37 +02:00
parent a327703a8e
commit a2dd2edc15
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,8 @@
name: roomName
in: query
required: false
description: >
The name of the room.
schema:
type: string
example: 'room'

View File

@ -36,6 +36,7 @@
- apiKeyInHeader: []
- accessTokenCookie: []
parameters:
- $ref: '../components/parameters/room-name.yaml'
- $ref: '../components/parameters/room-fields.yaml'
- $ref: '../components/parameters/max-items.yaml'
- $ref: '../components/parameters/next-page-token.yaml'