Skip to content

Commit 5e16095

Browse files
authored
fix: test openapi docs (#1054)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed --------- Co-authored-by: rushilpatel0 <[email protected]>
1 parent 718cb06 commit 5e16095

File tree

8 files changed

+750
-102
lines changed

8 files changed

+750
-102
lines changed

docs/agents/create-agent-run.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
openapi: post /v1/organizations/{org_id}/agent/run
3+
---

docs/agents/get-agent-run.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
openapi: get /v1/organizations/{org_id}/agent/run/{agent_run_id}
3+
---

0 commit comments

Comments
 (0)