Skip to content

Commit 94ea499

Browse files
committed
update
1 parent cba9bc7 commit 94ea499

File tree

1 file changed

+9
-0
lines changed
  • specification/webpubsub/data-plane/WebPubSub/stable/2023-07-01

1 file changed

+9
-0
lines changed

specification/webpubsub/data-plane/WebPubSub/stable/2023-07-01/webpubsub.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,15 @@
573573
"type": "string",
574574
"minLength": 1
575575
},
576+
{
577+
"in": "query",
578+
"name": "messageTtlSeconds",
579+
"description": "The time-to-live (TTL) value in seconds for messages sent to the service. 0 is the default value, which means the message never expires. If this parameter is non-zero, messages that are not consumed by the client within the specified TTL will be dropped by the service. This parameter can help when the client's bandwidth is limited.",
580+
"type": "integer",
581+
"format": "int32",
582+
"maximum": 300,
583+
"minimum": 0
584+
},
576585
{
577586
"in": "query",
578587
"name": "api-version",

0 commit comments

Comments
 (0)