Skip to content

Commit 2a109ba

Browse files
authored
README file formatting fixed
1 parent 2f1a405 commit 2a109ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,13 @@ Following APIs **must** contain `Authorization: Bearer <token>` in the *headers*
9494
**PUT** /updateuser have the following input json
9595
```js
9696

97-
{
97+
{
9898
"updateId": "61cb02d7de06af8f5d0f918f",
9999
"updateDoc": {
100100
"name": "Arijit Singh",
101101
"designation": "Singer",
102102
"country": "India" // this field is optional
103103
}
104-
105104
}
106105
```
107106

0 commit comments

Comments
 (0)