curl --request PUT \
--url https://api.streamkap.com/kafka-access/kafka-users/{username} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"whitelist_ips": "<string>",
"kafka_acls": [],
"password": "<string>",
"is_create_schema_registry": true
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}curl --request PUT \
--url https://api.streamkap.com/kafka-access/kafka-users/{username} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"whitelist_ips": "<string>",
"kafka_acls": [],
"password": "<string>",
"is_create_schema_registry": true
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.streamkap.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
Was this page helpful?