v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
actions

Create Action

Creates an action.

Args: action: Action to create.

Raises: ValueError: If the action handler for flavor/type is not valid.

Returns: The created action.

post/api/v1/actions

Request body

userstring uuid required
workspacestring uuid required
namestring required
descriptionstring
flavorstring required
plugin_subtype'webhook' | 'pipeline_run' required

All possible types of Plugins.

configurationobject required
service_account_idstring uuid required
auth_windowinteger nullable

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring required