update descriptioc

Signed-off-by: fabistb <fabian0401@online.de>
This commit is contained in:
fabistb 2023-06-21 21:45:57 +02:00
parent 6c29d7a0dd
commit 551886ece3
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ curl -X POST http://localhost:3500/v1.0/bindings/myServiceBusQueue \
A message can be scheduled for delayed processing.
To set 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 filed 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).