Skip to content

Commit

Permalink
removed extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasosmium committed Dec 12, 2024
1 parent 646be70 commit cad8fce
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions users/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ Creating a User Intro in DB if not available
- **Success Response:**
- **Code:** 201
- **Content:**

```json
{
"message": "User join data and newstatus data added and updated successfully"
Expand All @@ -535,9 +534,7 @@ Creating a User Intro in DB if not available
- **Error Response:**

- **Code:** 400

- **Content:**

```json
{
"statusCode": 400,
Expand All @@ -547,9 +544,7 @@ Creating a User Intro in DB if not available
```

- **Code:** 401

- **Content:**

```json
{
"statusCode": 401,
Expand All @@ -559,9 +554,7 @@ Creating a User Intro in DB if not available
```

- **Code:** 403

- **Content:**

```json
{
"statusCode": 403,
Expand All @@ -571,9 +564,7 @@ Creating a User Intro in DB if not available
```

- **Code:** 409

- **Content:**

```json
{
"statusCode": 409,
Expand All @@ -583,9 +574,7 @@ Creating a User Intro in DB if not available
```

- **Code:** 500

- **Content:**

```json
{
"statusCode": 500,
Expand Down

0 comments on commit cad8fce

Please sign in to comment.