feature: Adds autostart support.
This commit is contained in:
parent
8ba0424512
commit
5c45533371
6 changed files with 46 additions and 8 deletions
|
@ -23,6 +23,7 @@ body:json {
|
|||
|
||||
"destinationPort": 9000,
|
||||
|
||||
"providerID": 2
|
||||
"providerID": 2,
|
||||
"autoStart": true
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@ post {
|
|||
body:json {
|
||||
{
|
||||
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdWQiOlsiMSJdLCJleHAiOjE3MzUwNzY0MTEsIm5iZiI6MTczNDk5MDAxMSwiaWF0IjoxNzM0OTkwMDExfQ.N9TLraX4peHt7FKv8tPcHuEzL0K7T2IBEw3piQS_4OY",
|
||||
"id": 1
|
||||
"id": 2
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue