v1configs

Retrieve configs for all the packs.

Query parameters
limit
integer
Number of configs to get
offset
integer
Number of configs to offset
sort
string
Comma-separated list of fields to sort by
id
array[string]
Entity id filter
name
array[string]
Entity name filter
show_secrets
boolean
Show secrets in plain text
Responses

Get packs config.

null

Retrieve config for a particular pack.

Path parameters
pack_ref
string
Pack ref to retrieve config for the pack.
required
Query parameters
show_secrets
boolean
Show secrets in plain text
Responses

Config for a particular pack.

object

Create a new config for the action.

Path parameters
pack_ref
string
Pack ref to create config.
required
Query parameters
show_secrets
boolean
Show secrets in plain text
Request body

Pack config content

object
Responses

Config for a particular pack.

object