Skip to content

Commit 44cdfe7

Browse files
replaced 200 to 201
1 parent 865a061 commit 44cdfe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fcm-token/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
None
2727
- **Success Response:**
2828

29-
- **Code:** 200
29+
- **Code:** 201
3030

3131
- **Content:**
3232

3333
```json
3434
{
35-
"status": 200,
35+
"status": 201,
3636
"message": "Device registered successfully"
3737
}
3838
```
@@ -84,12 +84,12 @@
8484
```
8585

8686
Response :
87-
Status 200<br/>
87+
Status 201<br/>
8888
Content-Type: application/json<br/>
8989

9090
```json
9191
{
92-
"status": 200,
92+
"status": 201,
9393
"message": "Device registered successfully"
9494
}
9595
```

0 commit comments

Comments
 (0)