Skip to content

Commit 4c92e19

Browse files
docs(locadex): add translations
1 parent b6699b4 commit 4c92e19

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4267
-776
lines changed

api/agent/create-agent-job.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
openapi: POST /agent/{projectId}/job
3-
keywords: ["agent job", "create", "automation", "automate"]
2+
openapi: /admin-openapi.json POST /agent/{projectId}/job
3+
keywords: [ "agent job", "create", "automation", "automate" ]
44
---
55

66
This endpoint creates an agent job based on provided messages and branch information. The job executes asynchronously and returns a streaming response with the execution details and results.

api/agent/get-agent-job.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
openapi: GET /agent/{projectId}/job/{id}
3-
keywords: ["agent job", "status", "retrieve", "details"]
2+
openapi: /admin-openapi.json GET /agent/{projectId}/job/{id}
3+
keywords: [ "agent job", "status", "retrieve", "details" ]
44
---
55

66
## Usage

api/agent/get-all-jobs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
openapi: GET /agent/{projectId}/jobs
3-
keywords: ["agent jobs", "list", "monitoring"]
2+
openapi: /admin-openapi.json GET /agent/{projectId}/jobs
3+
keywords: [ "agent jobs", "list", "monitoring" ]
44
---
55

66
## Usage

api/assistant/create-assistant-message.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
openapi: POST /assistant/{domain}/message
3-
keywords: ["assistant message", "embed", "chat", "integrate"]
2+
openapi: /discovery-openapi.json POST /assistant/{domain}/message
3+
keywords: [ "assistant message", "embed", "chat", "integrate" ]
44
---
55

66
## Integration with `useChat`

api/assistant/search.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
openapi: "POST /search/{domain}"
3-
keywords: ["search", "query"]
2+
openapi: "/discovery-openapi.json POST /search/{domain}"
3+
keywords: [ "search", "query" ]
44
---

api/update/status.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
openapi: "GET /project/update-status/{statusId}"
3-
keywords: ["update status", "deployment status", "check status"]
2+
openapi: "/openapi.json GET /project/update-status/{statusId}"
3+
keywords: [ "update status", "deployment status", "check status" ]
44
---

api/update/trigger.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
openapi: "POST /project/update/{projectId}"
3-
keywords: ["trigger", "update", "deployment", "programmatic"]
2+
openapi: "/openapi.json POST /project/update/{projectId}"
3+
keywords: [ "trigger", "update", "deployment", "programmatic" ]
44
---

0 commit comments

Comments
 (0)