From 80c693f7a0fce365f3b3ceb44c126b8726c5dcc0 Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Fri, 23 Jun 2023 09:37:10 -0700 Subject: [PATCH] Update daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md Signed-off-by: Mark Fussell --- .../components-reference/supported-bindings/servicebusqueues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md index a709c8d3e..082b4403b 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/servicebusqueues.md @@ -157,7 +157,7 @@ curl -X POST http://localhost:3500/v1.0/bindings/myServiceBusQueue \ A message can be scheduled for delayed processing. -To schedule a message, use the `metadata` section in the request body during the binding invocation. The filed name is `ScheduledEnqueueTimeUtc`. +To schedule a message, use the `metadata` section in the request body during the binding invocation: the field name is `ScheduledEnqueueTimeUtc`. The supported timestamp formats are [RFC1123](https://www.rfc-editor.org/rfc/rfc1123) and [RFC3339](https://www.rfc-editor.org/rfc/rfc3339).