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 ce8519a commit d4113b7Copy full SHA for d4113b7
components/alegra/actions/create-invoice/create-invoice.mjs
@@ -8,7 +8,7 @@ import { parseObject } from "../../common/utils.mjs";
8
export default {
9
key: "alegra-create-invoice",
10
name: "Create Invoice",
11
- description: "Creates a new invoice in Alegra. [See the documentation]()",
+ description: "Creates a new invoice in Alegra. [See the documentation](https://developer.alegra.com/reference/post_invoices)",
12
version: "0.0.1",
13
type: "action",
14
props: {
0 commit comments