Skip to content

Commit 21b5042

Browse files
authored
Improve description
1 parent 74c0ff0 commit 21b5042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/zoho_books/actions/make-api-call/make-api-call.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default {
3131
relativeUrl: {
3232
type: "string",
3333
label: "Relative Url",
34-
description: "A path relative to Zoho Books to send the request against.",
34+
description: "A path relative to Zoho Books to send the request against. For example, use `/expenses` for [List Expenses API](https://www.zoho.com/books/api/v3/expenses/#list-expenses). [See the documentation](https://www.zoho.com/books/api/v3/introduction/)",
3535
},
3636
headers: {
3737
type: "object",

0 commit comments

Comments
 (0)