Skip to content

Commit 1f7dc95

Browse files
committed
updates
1 parent f1b6fad commit 1f7dc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/expensify/actions/export-report/export-report.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ import qs from "qs";
99
export default defineAction({
1010
key: "expensify-export-report",
1111
name: "Export Report",
12-
description: "Export a report to a PDF file. [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#report-exporter)",
12+
description: "Export Expensify reports to a file (csv, xls, xlsx, txt, pdf, json, xml). [See the documentation](https://integrations.expensify.com/Integration-Server/doc/#report-exporter)",
1313
version: "0.0.1",
1414
type: "action",
1515
props: {
1616
expensify,
1717
reportIds: {
1818
type: "string[]",
1919
label: "Report IDs",
20-
description: "The IDs of the reports to be exported. Required if `startDate` or a`pprovedAfter` are not specified.",
20+
description: "The IDs of the reports to be exported. Required if `startDate` or `approvedAfter` are not specified.",
2121
optional: true,
2222
},
2323
startDate: {

0 commit comments

Comments
 (0)