Update a topic

Updates an existing event topic.

Path parameters

topic_iddoubleRequired
The ID of the event topic to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringOptional
The name of the updated topic.
schemalist of objectsOptional
The schema definition for the updated topic. Must adhere to a valid Workato schema format.
retentiondoubleOptional

Retention time for the topic in seconds. Defaults to 168 hours (604,800 seconds) if not specified.

descriptionstringOptional
A description of the updated topic.

Response

Success - The event topic was updated successfully.

dataobject or null

Errors