We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865a061 commit 44cdfe7Copy full SHA for 44cdfe7
fcm-token/README.md
@@ -26,13 +26,13 @@
26
None
27
- **Success Response:**
28
29
- - **Code:** 200
+ - **Code:** 201
30
31
- **Content:**
32
33
```json
34
{
35
- "status": 200,
+ "status": 201,
36
"message": "Device registered successfully"
37
}
38
```
@@ -84,12 +84,12 @@
84
85
86
Response :
87
- Status 200<br/>
+ Status 201<br/>
88
Content-Type: application/json<br/>
89
90
91
92
93
94
95
0 commit comments