feature: Adds autostart support.

This commit is contained in:
Tera << 8 2024-12-23 22:03:59 -05:00
parent 8ba0424512
commit 5c45533371
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
6 changed files with 46 additions and 8 deletions

View file

@ -23,6 +23,7 @@ body:json {
"destinationPort": 9000,
"providerID": 2
"providerID": 2,
"autoStart": true
}
}

View file

@ -13,6 +13,6 @@ post {
body:json {
{
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiMSJdLCJleHAiOjE3MzUwNzY0MTEsIm5iZiI6MTczNDk5MDAxMSwiaWF0IjoxNzM0OTkwMDExfQ.N9TLraX4peHt7FKv8tPcHuEzL0K7T2IBEw3piQS_4OY",
"id": 1
"id": 2
}
}