Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 648 Bytes

REQ_boolean-input-value.adoc

File metadata and controls

29 lines (26 loc) · 648 Bytes
label

/req/kvp-execute/boolean-input-value

  1. The process input value is specified in-line in an execute request.

  2. A process input, with identifier {input-name} is defined as type boolean 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.