Skip to content

Commit d678eab

Browse files
committed
updates
1 parent c0a4ad9 commit d678eab

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

components/codeqr/actions/create-link/create-link.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create a CodeQR Link",
66
description:
77
"Creates a short link in CodeQR using the CodeQR API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-link)",
8-
version: "0.0.2",
8+
version: "0.0.1",
99
type: "action",
1010
props: {
1111
codeqr,
@@ -113,7 +113,7 @@ export default {
113113
type: "string",
114114
label: "Expiration Date",
115115
description:
116-
"The date and time when the short link will expire (ISO 8601).",
116+
"The date and time when the short link will expire (ISO 8601). E.g. `2025-06-13T05:31:56Z`",
117117
optional: true,
118118
},
119119
expiredUrl: {

components/codeqr/actions/create-qrcode/create-qrcode.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
name: "Create a QR Code",
66
description:
77
"Creates a new QR Code in CodeQR using the QR Codes API. [See the documentation](https://codeqr.mintlify.app/api-reference/endpoint/create-a-qrcode)",
8-
version: "0.0.2",
8+
version: "0.0.1",
99
type: "action",
1010
props: {
1111
codeqr,
@@ -87,7 +87,7 @@ export default {
8787
type: "string",
8888
label: "Expiration Date",
8989
description:
90-
"The date and time when the short link will expire (ISO 8601). Only available for dynamic QR Codes.",
90+
"The date and time when the short link will expire (ISO 8601). Only available for dynamic QR Codes. E.g. `2025-06-13T05:31:56Z`",
9191
optional: true,
9292
},
9393
expiredUrl: {
@@ -109,7 +109,6 @@ export default {
109109
"title",
110110
"bgColor",
111111
"fgColor",
112-
"size",
113112
"showLogo",
114113
"src",
115114
"comments",

0 commit comments

Comments
 (0)