-
Notifications
You must be signed in to change notification settings - Fork 0
Check Valid Name
Madmeerkat-creator edited this page Nov 5, 2021
·
1 revision
GET /user/name={name}
| name | type | description | required |
|---|---|---|---|
| token | String | O |
http://localhost:8080/user/name=madmeerkat
| name | type | description |
|---|---|---|
| status | Int | |
| success | Boolean | |
| message | String | |
| data | Boolean |
{
"status": 200,
"success": true,
"message": "Check success",
"data": false
}
// true = 유효함
// false = 중복됨