- label
-
/req/kvp-execute/boolean-input-value
-
The process input value is specified in-line in an execute request.
-
A process input, with identifier
{input-name}
is defined as typeboolean
in the process description.
The input parameter SHALL have the following characteristics:
name: {input-name}
in: query
required: false
schema:
type: boolean
style: form
explode: false
where the token {input-name}
represented the identifier of the input.