Edit Function
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
Body
Webhooks to subscribe to for the function.
Whether the function is public or private.
public
, private
Title of function.
URL of the function's code.
Description of the function.
Tags associated with the function.
URL pointing to an icon for the function.
README content for the function.
Example job ids.
Response
The name of the function.
The owner name of the function
The title of the function. Omitted if truncate enabled.
The link to the code of the function. Omitted if truncate enabled.
The description of the function. Omitted if truncate enabled.
The tags of the function. Omitted if truncate enabled.
The url of the function's cover image. Omitted if truncate enabled.
An array of job ids that the function playground will use as an example. Omitted if truncate enabled.
The readme of the function. Omitted if truncate enabled.
The latest version of the function. Omitted if truncate enabled.
The type of the function, either a simple function or a workflow. Omitted if truncate enabled.
function
, workflow
The webhooks associated with the function. Omitted if truncate enabled.
Whether to restart the function on job error. Omitted if truncate enabled.
Was this page helpful?