Endpoint
PUT https://embedworkflow.com/api/v1/app_connections/{id}
Path Parameters
id string, required
System-generated unique identifier
Request Body
name string, required
Name of resource
app_type string, required
App Type
user_key string, requireddefault: main
User's key
config object, required
App connection configuration
Response
Returns successful.
Response Properties
id string
System-generated unique identifier
app_type string
Type of application being connected
last_used_at string
Last used at in specified timezone
last_used_at_string string
Last used at formatted as human-readable string
last_used_at_utc string
Last used at in UTC
Errors
404
- not found
Response
1 2 3 4 5 6 7 8 9 10
{ "id": "01980228-9f51-755c-a3bd-228ea2947b49", "app_type": "slack", "last_used_at": null, "last_used_at_string": null, "last_used_at_utc": null, "name": "My Connection", "object": "app_connection", "status": "active" }