chore(api): spec improvements
This commit is contained in:
@@ -64,8 +64,8 @@ message ListSubmissionsRequest {
|
||||
SubmissionStatus status = 6;
|
||||
}
|
||||
message ListSubmissionsResponse {
|
||||
int32 total_count = 2;
|
||||
int32 next_page_token = 3;
|
||||
int32 total_count = 1;
|
||||
int32 next_page_token = 2;
|
||||
|
||||
repeated Submission submissions = 1;
|
||||
repeated Submission submissions = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user