POST
/
admin
/
v1
/
topics
/
{topicName}
/
records
{
  "data": [
    {
      "topic_name": "<string>",
      "partitions_count": 123,
      "metadata": {},
      "internal": true,
      "kind": "<string>"
    }
  ],
  "metadata": {},
  "kind": "<string>"
}

Path Parameters

topicName
string
required

The topic name.

Body

application/json · any

The body is of type any.

Response

200
application/json

OK

The response is of type object.