Skip to content

Commit cad8fce

Browse files
committed
removed extra lines
1 parent 646be70 commit cad8fce

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

users/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ Creating a User Intro in DB if not available
525525
- **Success Response:**
526526
- **Code:** 201
527527
- **Content:**
528-
529528
```json
530529
{
531530
"message": "User join data and newstatus data added and updated successfully"
@@ -535,9 +534,7 @@ Creating a User Intro in DB if not available
535534
- **Error Response:**
536535

537536
- **Code:** 400
538-
539537
- **Content:**
540-
541538
```json
542539
{
543540
"statusCode": 400,
@@ -547,9 +544,7 @@ Creating a User Intro in DB if not available
547544
```
548545

549546
- **Code:** 401
550-
551547
- **Content:**
552-
553548
```json
554549
{
555550
"statusCode": 401,
@@ -559,9 +554,7 @@ Creating a User Intro in DB if not available
559554
```
560555

561556
- **Code:** 403
562-
563557
- **Content:**
564-
565558
```json
566559
{
567560
"statusCode": 403,
@@ -571,9 +564,7 @@ Creating a User Intro in DB if not available
571564
```
572565

573566
- **Code:** 409
574-
575567
- **Content:**
576-
577568
```json
578569
{
579570
"statusCode": 409,
@@ -583,9 +574,7 @@ Creating a User Intro in DB if not available
583574
```
584575

585576
- **Code:** 500
586-
587577
- **Content:**
588-
589578
```json
590579
{
591580
"statusCode": 500,

0 commit comments

Comments
 (0)