POST
/consumers/{group_name}/instances/{instance}/offsets
curl \
--request POST 'http://{{Host}}/consumers/{group_name}/instances/{instance}/offsets' \
--header "Content-Type: application/vnd.kafka.v2+json"
Request examples
{
"partitions": [
{
"topic": "string",
"partition": 42,
"offset": 42
}
]
}
Response examples (404)
{
"error_code": 42,
"message": "string"
}