Skip to content

Commit

Permalink
api-contract for users/userAvailable/:id path
Browse files Browse the repository at this point in the history
  • Loading branch information
saishankarmanugula@gmail.com committed Jan 28, 2021
1 parent b3cb58b commit 1aa65be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions users/README.md
Expand Up @@ -124,11 +124,8 @@ Returns the availability of user name.
- **Cookie**
rds-session: `<JWT>`
- **Success Response:**
- **Code:** 200
- **Content:** `{ 'message': 'User name Available' }`
- **Error Response:**
- **Code:** 404
- **Content:** `{ error: 'Not Found', message: 'User name not Available' }`
- **Code:** 200
- **Content:** `{ 'userAvailable': <Availability stauts> }`

## **POST /users**

Expand Down

0 comments on commit 1aa65be

Please sign in to comment.