Fix testid flow POSTs in documentation
authorEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Wed, 20 May 2020 15:53:26 +0000 (17:53 +0200)
committerEduardo Ramos Testillano (eramedu) <eduardo.ramos.testillano@ericsson.com>
Wed, 20 May 2020 15:53:26 +0000 (17:53 +0200)
Miss identifier as part of POST URIs

example/diameter/launcher/resources/HELP.md

index 1c394d6..c7a15a7 100644 (file)
@@ -1243,7 +1243,7 @@ Sends diameter expressed in hexadecimal string (no spaces, no colons, i.e.: `010
 
 ADML implements a bulting *Finite State Machine* to plan testing flows with a great flexibility.
 
 
 ADML implements a bulting *Finite State Machine* to plan testing flows with a great flexibility.
 
-#### POST /testid-description
+#### POST /testid-description/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1262,7 +1262,7 @@ ADML implements a bulting *Finite State Machine* to plan testing flows with a gr
 }
 ```
 
 }
 ```
 
-#### POST /testid-ip-limit
+#### POST /testid-ip-limit/{id}
 
 In-Progress limit is the maximum number of tests which can be executed in parallel.
 This operation allows a specific test to set this global pool behaviour.
 
 In-Progress limit is the maximum number of tests which can be executed in parallel.
 This operation allows a specific test to set this global pool behaviour.
@@ -1288,7 +1288,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-timeout
+#### POST /testid-timeout/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1307,7 +1307,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-sendmsg2e
+#### POST /testid-sendmsg2e/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1327,7 +1327,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-sendmsg2c
+#### POST /testid-sendmsg2c/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1347,7 +1347,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-delay
+#### POST /testid-delay/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1366,7 +1366,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-sh-command
+#### POST /testid-sh-command/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1385,7 +1385,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-waitfe-hex
+#### POST /testid-waitfe-hex/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1405,7 +1405,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-waitfc-hex
+#### POST /testid-waitfc-hex/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1425,7 +1425,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-waitfe-msg
+#### POST /testid-waitfe-msg/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1445,7 +1445,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-waitfc-msg
+#### POST /testid-waitfc-msg/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1465,7 +1465,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-waitfe
+#### POST /testid-waitfe/{id}
 
 **Request body**:
 
 
 **Request body**:
 
@@ -1494,7 +1494,7 @@ Value '-1' means 'no limit' (full parallel). Be careful with resources consumpti
 }
 ```
 
 }
 ```
 
-#### POST /testid-waitfc
+#### POST /testid-waitfc/{id}
 
 **Request body**:
 
 
 **Request body**: