Update a genie
Updates an existing genie.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
id
The ID of the genie you plan to update.
Request
This endpoint expects an object.
name
The name of the genie.
description
A description of the genie's purpose.
folder_id
The ID of the folder where the genie resides.
instructions
The instructions your genie uses to identify its purpose, personality, and job description.
ai_provider
The AI provider that powers your genie. Accepted values are anthropic
or open_ai
.
Allowed values:
custom_oauth_key_id
Custom OAuth key ID.
matrix
Determines whether Workato GO is enabled as your chat interface or not. Accepted values are true
or false
.
Response
Genie updated successfully
id
The unique identifier of the genie.
name
The name of the genie.
description
A description of the genie's purpose.
folder_id
The ID of the folder where the genie resides.
project_id
The ID of the project where the genie resides.
instructions
The instructions your genie uses to identify its purpose, personality, and job description.
ai_provider
The AI provider that powers your genie.
Allowed values:
custom_oauth_key_id
Custom OAuth key ID.
matrix
Determines whether Workato GO is enabled as your chat interface or not.