Updating a topic
Update a topic with a different memo that is more suitable for your use case.
Update a topic
PUT
https://hedera-serverless-consensus.vercel.app/api/consensus/topic/:id
This endpoint allows you to update the memo of the topic, only from the original creator of the topic.
Path Parameters
Name
Type
Description
id
string
The id of the topic.
Query Parameters
Name
Type
Description
memo
string
The memo that you want to update the topic id to.
Headers
Name
Type
Description
Authentication
string
The API_SECRET_KEY from the client environment variables.
Last updated