We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1a405 commit 2a109baCopy full SHA for 2a109ba
1 file changed
README.md
@@ -94,14 +94,13 @@ Following APIs **must** contain `Authorization: Bearer <token>` in the *headers*
94
**PUT** /updateuser have the following input json
95
```js
96
97
- {
+{
98
"updateId": "61cb02d7de06af8f5d0f918f",
99
"updateDoc": {
100
"name": "Arijit Singh",
101
"designation": "Singer",
102
"country": "India" // this field is optional
103
}
104
-
105
106
```
107
0 commit comments