cURL
curl --request PUT \ --url https://api.streamkap.com/topics/{topic_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "payload": { "partition_count": 123 } }'
"<any>"
Show child attributes
Was this page helpful?