mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
add description to endpoint
This commit is contained in:
@@ -25,6 +25,7 @@ message MovieInfo {
|
|||||||
double vote_average = 14;
|
double vote_average = 14;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Search for movies by simple text search
|
||||||
message SearchRequest {
|
message SearchRequest {
|
||||||
// a ISO 639-1 value to display translated data
|
// a ISO 639-1 value to display translated data
|
||||||
string language = 1;
|
string language = 1;
|
||||||
@@ -34,8 +35,9 @@ message SearchRequest {
|
|||||||
int32 page = 3;
|
int32 page = 3;
|
||||||
// a ISO 3166-1 code to filter release dates.
|
// a ISO 3166-1 code to filter release dates.
|
||||||
string region = 4;
|
string region = 4;
|
||||||
|
// year of making
|
||||||
int32 year = 5;
|
int32 year = 5;
|
||||||
|
// year of release
|
||||||
int32 primary_release_year = 6;
|
int32 primary_release_year = 6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user