8 lines
130 B
YAML
8 lines
130 B
YAML
name: participantName
|
|
in: path
|
|
required: true
|
|
description: The name of the participant.
|
|
schema:
|
|
type: string
|
|
example: 'Alice'
|