Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6543e33

Browse files
authored
Update README.md
1 parent 5e8485f commit 6543e33

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ When calling the `create` or `update` actions, the request body should look like
2929
}
3030
```
3131

32+
Note that for these actions, the client should add the following header:
33+
34+
- `Content-Type`: `application/json`
35+
3236
## UUIDs
3337

34-
For IDs, this application uses "UUIDs" (Universally Unique IDs). They can be generated using the `uuid` package, and are guaranteed never to be the same.
38+
For IDs, this application uses "UUIDs" (Universally Unique IDs). They can be generated using the `uuid` package, and are guaranteed never to be the same.

0 commit comments

Comments
 (0)