Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion api-reference/agent/create-agent-job.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
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.

If a branch doesn't exist, the agent creates one. If files are edited successfully, a draft pull request is automatically created at the end of the job.

Check warning on line 7 in api-reference/agent/create-agent-job.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

api-reference/agent/create-agent-job.mdx#L7

In general, use active voice instead of passive voice ('are edited').

## Rate limits

Expand Down
Loading