8 lines
133 B
YAML
8 lines
133 B
YAML
name: userId
|
|
in: path
|
|
required: true
|
|
description: The unique identifier of the user.
|
|
schema:
|
|
type: string
|
|
example: 'alice_smith'
|