feat: AddUsername and RemoveUsername endpoints

This commit is contained in:
Stefan Benz
2024-09-23 17:32:24 +02:00
parent ad972d888d
commit aa13e451e3
8 changed files with 1096 additions and 30 deletions

View File

@@ -1516,16 +1516,6 @@ message RemoveUsernameRequest {
example: "\"69629026806489455\"";
}
];
// unique identifier of the username.
string username_id = 4 [
(validate.rules).string = {min_len: 1, max_len: 200},
(google.api.field_behavior) = REQUIRED,
(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = {
min_length: 1,
max_length: 200,
example: "\"69629023906488334\"";
}
];
}
message RemoveUsernameResponse {