Documentation Index
Fetch the complete documentation index at: https://mintlify.com/resend/resend-go/llms.txt
Use this file to discover all available pages before exploring further.
Update
Update a topic using the default context.Parameters
The ID of the topic to update.
The topic update parameters.
Returns
Returns an*UpdateTopicResponse containing the updated topic ID.
Example
UpdateWithContext
Update a topic with a custom context.Parameters
Context for the request, useful for timeouts and cancellation.
The ID of the topic to update.
The topic update parameters.
Returns
Returns an*UpdateTopicResponse containing the updated topic ID.
Example
Types
UpdateTopicRequest
Request payload for updating a topic.The updated name of the topic.
The updated description of the topic.
The
default_subscription field cannot be changed after topic creation.UpdateTopicResponse
Response from updating a topic.The unique identifier of the updated topic.