...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
- |
Status codes
- 200 = BookmarkSearch(ses) found
- 400 = Missing some search params
- 401 = User not authorized
- 500 = Internal server error
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "title": "Goethe", "type": "newspaper", "searchQuery": "aHR0cHM6Ly93aWtpLmRldXRzY2hlLWRpZ2l0YWxlLWJpYmxpb3RoZWsuZGUv" } |
Status codes
- 204 = Bookmark Search updated
- 400 = Wrong usage of endpoint
- 401 = User is not authorized
- 403 = Forbidden (User is not owner of Search)
- 404 = Bookmark Search ID not found
- 500 = Internal server error
...