...
- MetadataTable
APIs
RESTful
Base URL: /v3/namespaces/<ns-id>
Create Topic
- Request method and URI
PUT [base_url]/topics/[topic]
- Request body
- Can be empty
- If provided, it is a JSON object containing topic properties
e.g. {"ttl" : [ttl-in-seconds]}
...