Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 1.39 KB

search.md

File metadata and controls

84 lines (56 loc) · 1.39 KB
label order
Search
99992

Search

All routes related to search

Routes

==- [!badge text="GET"] Search a movie

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true
search string The search true

Responses


Status Description
200: OK The search result

==- [!badge text="GET"] Search a serie

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true
search string The search true

Responses


Status Description
200: OK The search result

==- [!badge text="GET"] Search a book

Parameters in the path

Parameters


Path

Name Type Description Required
librarieName string The librarie name true
search string The search true

Responses


Status Description
200: OK The search result

===