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 7dd2c3a commit f64d548Copy full SHA for f64d548
components/docugenerate/actions/get-document.mjs
@@ -4,14 +4,14 @@ export default {
4
key: "docugenerate-get-document",
5
name: "Get Document",
6
description: "Retrieves a specific document",
7
- version: "0.0.1",
+ version: "0.0.3",
8
type: "action",
9
props: {
10
app,
11
documentId: {
12
type: "string",
13
label: "Document",
14
- description: "ID of the document",
+ description: "The ID of the document",
15
},
16
17
async run({ $ }) {
0 commit comments