Skip to content

Commit

Permalink
Found more old references
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Feb 27, 2024
1 parent b0a3c58 commit 3d18d53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you need more control over the execution, then the only other option is to su

More detailed examples can be seen below.

==== Response type: Execution UUID
==== Response type: Execution Tracking ID

Used by:

Expand Down
10 changes: 5 additions & 5 deletions api_start_action_overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ There are several variants of this API call available which might be easier for
.Webhook/API reference table
[%header]
|======================================================
| Function | HTTP Method | Request Type (How to select an action) | Return Type
| `StartAction` | POST | <<api-request-obj,OliveTin request object>> | Execution UUID
| `StartActionByGet` | GET | <<api-request-idurl,Action ID in the URL>> | Log Entry (waits for the action to finish)
| `StartActionAndWait` | POST | <<api-request-obj,OliveTin request object>> | Execution UUID
| `StartActionByGetAndWait` | GET | <<api-request-idurl,Action ID in the URL>> | Log Entry (waits for the action to finish)
| Function | HTTP Method | Request Type (How to select an action) | Return Type
| `StartAction` | POST | <<api-request-obj,OliveTin request object>> | Execution Tracking ID
| `StartActionByGet` | GET | <<api-request-idurl,Action ID in the URL>> | Execution Tracking ID
| `StartActionAndWait` | POST | <<api-request-obj,OliveTin request object>> | Log Entry (waits for the action to finish)
| `StartActionByGetAndWait` | GET | <<api-request-idurl,Action ID in the URL>> | Log Entry (waits for the action to finish)
|======================================================

0 comments on commit 3d18d53

Please sign in to comment.