Skip to content

Commit d4113b7

Browse files
authored
Add create invoice api doc url
1 parent ce8519a commit d4113b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/alegra/actions/create-invoice/create-invoice.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { parseObject } from "../../common/utils.mjs";
88
export default {
99
key: "alegra-create-invoice",
1010
name: "Create Invoice",
11-
description: "Creates a new invoice in Alegra. [See the documentation]()",
11+
description: "Creates a new invoice in Alegra. [See the documentation](https://developer.alegra.com/reference/post_invoices)",
1212
version: "0.0.1",
1313
type: "action",
1414
props: {

0 commit comments

Comments
 (0)