You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Petri Savolainen edited this page Mar 1, 2017
·
1 revision
It can be useful to be able to provide a list of variables that the user or higher-level app should provide at minimum for the call to work. Sort of "required" values.
The following syntax is suggested:
operations:
- test:
request:
required: [a,b,c]
params:
a: I am a
b:
body: [$c, $d]