We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb15cf commit 4d59e81Copy full SHA for 4d59e81
components/ticketsauce/actions/get-events/get-events.mjs
@@ -28,7 +28,7 @@ export default {
28
startAfter: {
29
type: "string",
30
label: "Start After",
31
- description: "Only retrieve events that start AFTER the specified UTC date (format: YYYY-MM-DD).",
+ description: "Only retrieve events that start AFTER the specified UTC date (format: `YYYY-MM-DD`).",
32
optional: true,
33
},
34
endBefore: {
0 commit comments