Skip to content

Commit

Permalink
req method
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesread committed Dec 21, 2023
1 parent 0b5ea4a commit 9865e11
Showing 1 changed file with 5 additions and 5 deletions.
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 | Request Type | Return Type
| `StartAction` | OliveTin request object | Execution UUID
| `StartActionByAlias` | Alias | Log Entry (waits for the action to finish)
| `StartActionAndWait` | OliveTin request object | Execution UUID
| `StartActionByAliasAndWait` | Alias | Log Entry (waits for the action to finish)
| Function | HTTP Method | Request Type (How to select an action) | Return Type
| `StartAction` | POST | OliveTin request object | Execution UUID
| `StartActionByAlias` | GET | Action title alias in URL | Log Entry (waits for the action to finish)
| `StartActionAndWait` | POST | OliveTin request object | Execution UUID
| `StartActionByAliasAndWait` | GET | Alias in URL | Log Entry (waits for the action to finish)
|======================================================

0 comments on commit 9865e11

Please sign in to comment.