Update a topic
Updates an existing event topic.
Path parameters
topic_id
The ID of the event topic to update.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the updated topic.
schema
The schema definition for the updated topic. Must adhere to a valid Workato schema format.
retention
Retention time for the topic in seconds. Defaults to 168 hours (604,800 seconds) if not specified.
description
A description of the updated topic.
Response
Success - The event topic was updated successfully.
data