action biapi_get_config {
label: "Get configuration of the API."
description: "
"
provider: biapi
method: GET
path: "/config"
encoding: json
input: {
type: "object"
properties: {
search: {
type: "string"
}
}
additionalProperties: false
}
output: {
type: "object"
additionalProperties: true
}
}