v51

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0172165343.2 KB
Msgs

Queue Extend Lease

Extends the lease on in-flight messages.

Consumers that need more processing time can call this before the lease expires to prevent the message from being re-delivered to another consumer.

post/api/v1.msgs.queue.extend-lease

Request body

namespacestring nullable
topicstring required
consumer_groupstring required
msg_idsstring[] required
lease_duration_msinteger

Example request

{
  "namespace": "some_namespace",
  "topic": "some_topic_name",
  "consumer_group": "some_consumer_group"
}

Response

MsgQueueExtendLeaseOut required