Parameters required & accepted by all endpoints

Parameter Value type Optional? Description
vault string   The name of the target vault.
x-success string mostly Base URL for on-success callbacks, see Getting data back from Actions URI.
x-error string mostly Base URL for on-error callbacks, see Getting data back from Actions URI.
debug-mode boolean optional When enabled, Actions URI will include all parameters of the original request in the return calls, prefixed with input-. Defaults to false.

Notes about parameters

"mostly"
optional unless specified otherwise in the detailed route description
"boolean"
Actions URI uses what I call "benevolent booleans": the absence of the parameter, an empty string or the string "false" are considered false, everything else is true