Skip to content

Commit

Permalink
Automated deployment: Tue Jul 9 04:44:42 UTC 2024 7503f0d
Browse files Browse the repository at this point in the history
  • Loading branch information
Saranya-jena committed Jul 9, 2024
1 parent 485bde5 commit 44c54a6
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 103 deletions.
26 changes: 26 additions & 0 deletions auth/v3.9.0/auth-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,12 @@
"schema": {
"$ref": "#/definitions/User"
}
},
"400": {
"description": "Bad Request",
"schema": {
"$ref": "#/definitions/response.ErrBadRequest"
}
}
},
"parameters": [
Expand Down Expand Up @@ -1837,9 +1843,16 @@
},
"response.MessageResponse": {
"type": "object",
"required": [
"message",
"projectID"
],
"properties": {
"message": {
"type": "string"
},
"projectID": {
"type": "string"
}
}
},
Expand Down Expand Up @@ -1868,6 +1881,19 @@
"example": "The old and new passwords can't be same"
}
}
},
"response.ErrBadRequest": {
"type": "object",
"properties": {
"error": {
"type": "string",
"example": "The old and new passwords can't be same"
},
"errorDescription": {
"type": "string",
"example": "The old and new passwords can't be same"
}
}
}
}
}
Loading

0 comments on commit 44c54a6

Please sign in to comment.