11 lines
205 B
YAML
11 lines
205 B
YAML
components:
|
|
parameters:
|
|
PaymentsRef:
|
|
name: payments_ref
|
|
in: path
|
|
required: true
|
|
description: Stable payment reference.
|
|
schema:
|
|
type: string
|
|
minLength: 1
|