From 617de76ad63d802dda63d03a63d692fbd3e2ee98 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:49:15 +0000 Subject: [PATCH 1/2] Update admin-openapi.json --- admin-openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-openapi.json b/admin-openapi.json index 8b2d7b4f7..bd6b8922b 100644 --- a/admin-openapi.json +++ b/admin-openapi.json @@ -60,7 +60,7 @@ } } }, - "/agent/job/{projectId}": { + "/agent/{projectId}/job": { "post": { "summary": "Create agent job", "description": "Creates a new agent job that can generate and edit documentation based on provided messages and branch information.", From 7cd55ca275b6e6f9a38d85ade03e751623c8190d Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:49:28 +0000 Subject: [PATCH 2/2] Update api-reference/agent/create-agent-job.mdx --- api-reference/agent/create-agent-job.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/agent/create-agent-job.mdx b/api-reference/agent/create-agent-job.mdx index 7bfa41529..08458f47d 100644 --- a/api-reference/agent/create-agent-job.mdx +++ b/api-reference/agent/create-agent-job.mdx @@ -1,5 +1,5 @@ --- -openapi: POST /agent/job/{projectId} +openapi: POST /agent/{projectId}/job --- 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.