mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-06 04:19:09 +00:00
8 lines
145 B
YAML
8 lines
145 B
YAML
name: uid
|
|
in: query
|
|
description: Workflow session uid for filtering
|
|
required: false
|
|
schema:
|
|
type: string
|
|
minLength: 32
|
|
maxLength: 32 |