Skip to content

Commit

Permalink
Merge pull request #48 from merwanehamadi/test-moving-openapi-schema
Browse files Browse the repository at this point in the history
Update openapi.yml
  • Loading branch information
waynehamadi committed Aug 28, 2023
2 parents e0427af + 58f062b commit 074565d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/app/endpoints/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ curl http://localhost:8000/agent/tasks/[task_id]
<Properties>

<Property name="task_id" type="string">
ID of the task
ID of the task.
</Property>
</Properties>

Expand Down
2 changes: 1 addition & 1 deletion schemas/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ paths:
parameters:
- name: task_id
in: path
description: ID of the task
description: ID of the task.
required: true
schema:
type: string
Expand Down

0 comments on commit 074565d

Please sign in to comment.