mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
Include param default in parameters (#68)
* Include param default in parameters * improve default param pr * fix integration tests
This commit is contained in:
parent
aa73a5aaae
commit
97b47c2ab4
4 changed files with 21 additions and 6 deletions
|
|
@ -40,6 +40,10 @@ prompt_targets:
|
|||
- name: policy_number
|
||||
required: true
|
||||
description: The policy number for which the insurance claim details are requested.
|
||||
- name: include_expired
|
||||
description: Include expired insurance claims in the response.
|
||||
type: string
|
||||
default: "false"
|
||||
endpoint:
|
||||
cluster: weatherhost
|
||||
path: /insurance_claim_details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue