Skip to content

Commit

Permalink
Merge pull request #58 from gkumbhat/update_error_object_detector_api
Browse files Browse the repository at this point in the history
🧑‍💻 Update error object in API to fix data type for code
  • Loading branch information
gkumbhat authored Jun 3, 2024
2 parents d29f6c4 + 7577ee1 commit 3f066cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/openapi_detector_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ components:
type: object
properties:
code:
type: string
type: number
message:
type: string
required:
Expand Down
2 changes: 1 addition & 1 deletion docs/api/orchestrator_openapi_0_1_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ components:
type: object
properties:
code:
type: string
type: number
details:
type: string
required:
Expand Down

0 comments on commit 3f066cb

Please sign in to comment.