Skip to content

Commit

Permalink
Upd: Change error code to int
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Oct 19, 2023
1 parent 9ce7da7 commit abdb38f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/bundled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@ paths:
type: object
properties:
errorCode:
type: string
type: int
errorDescription:
type: string
deprecated: false
Expand Down
2 changes: 1 addition & 1 deletion openapi/v2023.8.2/definitions/Error.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ required:
type: object
properties:
errorCode:
type: string
type: int
errorDescription:
type: string

0 comments on commit abdb38f

Please sign in to comment.