Update service to servicId
This commit is contained in:
parent
8d815e6785
commit
19900bdd29
1 changed files with 3 additions and 3 deletions
|
@ -115,14 +115,14 @@ message CallbackConfig {
|
|||
}
|
||||
|
||||
message ConfigureCallbackRequest {
|
||||
string service = 1;
|
||||
string serviceId = 1;
|
||||
bool enabled = 2;
|
||||
CallbackConfig fetch = 3;
|
||||
CallbackConfig push = 4;
|
||||
}
|
||||
|
||||
message ConfigureCallbackResponse {
|
||||
string service = 1;
|
||||
string serviceId = 1;
|
||||
bool enabled = 2;
|
||||
CallbackConfig fetch = 3;
|
||||
CallbackConfig push = 4;
|
||||
|
@ -132,7 +132,7 @@ message ListServicesRequest {
|
|||
}
|
||||
|
||||
message ServiceConfiguration {
|
||||
string service = 1;
|
||||
string serviceId = 1;
|
||||
bool enabled = 2;
|
||||
CallbackConfig fetch = 3;
|
||||
CallbackConfig push = 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue