8 lines
137 B
YAML
8 lines
137 B
YAML
name: memberId
|
|
in: path
|
|
required: true
|
|
description: The unique identifier of the room member.
|
|
schema:
|
|
type: string
|
|
example: 'abc123'
|