Skip to content

Commit

Permalink
[EDGPATRON-160] - Add put API for /patron/{externalSystemId}
Browse files Browse the repository at this point in the history
  • Loading branch information
gurleenkaurbp committed Dec 20, 2024
1 parent 4c5e82c commit b325745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ramls/examples/staging_user_error.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"code": "404",
"code": "STAGING_USER_NOT_FOUND",
"errorMessage": "Staging user does not exist"
}
2 changes: 1 addition & 1 deletion ramls/schemas/staging_user_error_404.schema
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "object",
"properties": {
"code": {
"type": "integer",
"type": "string",
"description": "Error code"
},
"errorMessage": {
Expand Down

0 comments on commit b325745

Please sign in to comment.