diff --git a/api.adoc b/api.adoc index abdc01007..bc7e7373f 100644 --- a/api.adoc +++ b/api.adoc @@ -56,6 +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. +[#api-response-trackingid] ==== Response type: Execution Tracking ID Used by: @@ -63,6 +64,7 @@ Used by: * `StartAction` * `StartActionByGet` +[#api-response-logentry] ==== Response type: LogEntry Used by: diff --git a/api_start_action_overview.adoc b/api_start_action_overview.adoc index 40581e7f5..ac3206a32 100644 --- a/api_start_action_overview.adoc +++ b/api_start_action_overview.adoc @@ -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 | <> | Execution Tracking ID -| `StartActionByGet` | GET | <> | Execution Tracking ID -| `StartActionAndWait` | POST | <> | Log Entry (waits for the action to finish) -| `StartActionByGetAndWait` | GET | <> | Log Entry (waits for the action to finish) +| Function | HTTP Method | Request Type (How to select an action) | Response Type +| `StartAction` | POST | <> | <> +| `StartActionByGet` | GET | <> | <> +| `StartActionAndWait` | POST | <> | <> +| `StartActionByGetAndWait` | GET | <> | <> |======================================================