Update action type

Update action type

Endpoint

PUT https://embedworkflow.com/api/v1/action_types/{id}

Path Parameters

id string, required

System-generated unique identifier

Request Body

event string, optional

The trigger's key

title string, optional

Title

Response

Returns successful.

Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "id": "01980228-9835-7499-aa6c-59ac8feedc96",
  "code": null,
  "code_draft": null,
  "created_at": "2025-07-13T01:01:11-04:00",
  "created_at_string": "Jul 13, 2025 01:01 am EDT",
  "created_at_utc": "2025-07-13T05:01:11Z",
  "description": "A simple action to do something useful",
  "form": [],
  "form_draft": [],
  "groups": [],
  "has_draft": true,
  "headers": "foo:bar",
  "headers_draft": null,
  "http_method": "post",
  "http_method_draft": null,
  "icon": {},
  "icon_draft": {},
  "last_published_at": null,
  "last_published_at_string": null,
  "last_published_at_utc": null,
  "name": "Api Request",
  "object": "action_type",
  "on": true,
  "params": "person[name]:Joe",
  "params_draft": null,
  "primary_category": null,
  "required_app_connection": null,
  "response_data_schema": [],
  "response_data_schema_draft": [],
  "secondary_category": null,
  "source": null,
  "type": "CustomApiRequest",
  "updated_at": "2025-07-13T01:01:11-04:00",
  "updated_at_string": "Jul 13, 2025 01:01 am EDT",
  "updated_at_utc": "2025-07-13T05:01:11Z",
  "url": "https://example.com",
  "url_draft": null
}