# Search

# Search

All routes related to search

# Routes

# http://ip:port/searchInMovies/:librarieName/:search

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
# http://ip:port/searchInSeries/:librarieName/:search

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
# http://ip:port/searchInBooks/:librarieName/:search

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