Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeMidnight
titleSavedSearch object
linenumberstrue
collapsetrue
-

Status codes

  • 200 = BookmarkSearch(ses) found
  • 400 = Missing some search params
  • 401 = User not authorized
  • 500 = Internal server error

...

Code Block
themeMidnight
titleSavedSearch object
linenumberstrue
collapsetrue
{
    "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

...