Skip to content

Commit 61d4e5a

Browse files
committed
Update product creation action description to point to the correct documentation link
1 parent 82a4bd1 commit 61d4e5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/joggai/actions/create-avatar-video/create-avatar-video.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import joggai from "../../joggai.app.mjs";
1010
export default {
1111
key: "joggai-create-avatar-video",
1212
name: "Create Avatar Video",
13-
description: "Creates an avatar video using JoggAI API.",
13+
description: "Creates an avatar video using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/Create-Avatar-Videos/CreateAvatarVideo)",
1414
version: "0.0.1",
1515
type: "action",
1616
props: {

components/joggai/actions/create-product-from-product-info/create-product-from-product-info.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import joggai from "../../joggai.app.mjs";
88
export default {
99
key: "joggai-create-product-from-product-info",
1010
name: "Create Product from Product Info",
11-
description: "Creates a product from product info using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/UploadURL)",
11+
description: "Creates a product from product info using JoggAI API. [See the documentation](https://docs.jogg.ai/api-reference/URL-to-Video/CreateVideo)",
1212
version: "0.0.1",
1313
type: "action",
1414
props: {

0 commit comments

Comments
 (0)