chore(api): spec improvements

This commit is contained in:
ITQ
2025-12-17 12:15:27 +03:00
parent 7545e7c0d7
commit e78bd03396
6 changed files with 45 additions and 43 deletions
+3 -3
View File
@@ -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;
}