destinations
Create a Destination within a Pack
Create a new Destination within the specified Pack.
post/p/{pack}/system/outputs
Path parameters
packstring required
The <code>id</code> of the Pack.
Request body
Response
The created Destination object in a single-item list.
Example response
{
"items": [
{
"notifications": [
{
"mode": "direct"
}
]
}
]
}