@@ -50,17 +50,17 @@
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"required": [
|
||||
"USER_ID",
|
||||
"USER_PWD"
|
||||
"user_id",
|
||||
"user_pwd"
|
||||
],
|
||||
"properties": {
|
||||
"USER_ID": {
|
||||
"user_id": {
|
||||
"type": "string",
|
||||
"example": "admin"
|
||||
"example": "test"
|
||||
},
|
||||
"USER_PWD": {
|
||||
"user_pwd": {
|
||||
"type": "string",
|
||||
"example": "1234"
|
||||
"example": "testpass"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
@@ -78,7 +78,7 @@
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"USER_TOKEN": {
|
||||
"user_token": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user