You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*AuthorizationsApi* | [**authorizationShow**](docs/AuthorizationsApi.md#authorizationShow) | **GET** /authorizations/{id} | Get a single authorization
119
119
*AuthorizationsApi* | [**authorizationUpdate**](docs/AuthorizationsApi.md#authorizationUpdate) | **PATCH** /authorizations/{id} | Update an authorization
120
120
*AuthorizationsApi* | [**authorizationsList**](docs/AuthorizationsApi.md#authorizationsList) | **GET** /authorizations | List authorizations
121
+
*AutomationEventsApi* | [**accountAutomationEventsList**](docs/AutomationEventsApi.md#accountAutomationEventsList) | **GET** /accounts/{account_id}/automation_events | List automation events for an account
122
+
*AutomationEventsApi* | [**automationEventsList**](docs/AutomationEventsApi.md#automationEventsList) | **GET** /accounts/{account_id}/automations/{automation_id}/events | List events for an automation
121
123
*AutomationsApi* | [**automationActivate**](docs/AutomationsApi.md#automationActivate) | **POST** /accounts/{account_id}/automations/{automation_id}/activate | Activate an automation
122
124
*AutomationsApi* | [**automationCreate**](docs/AutomationsApi.md#automationCreate) | **POST** /accounts/{account_id}/automations | Create an automation
123
125
*AutomationsApi* | [**automationDeactivate**](docs/AutomationsApi.md#automationDeactivate) | **POST** /accounts/{account_id}/automations/{automation_id}/deactivate | Deactivate an automation
0 commit comments