Update service to servicId

This commit is contained in:
Bas Kloosterman 2022-09-16 13:01:59 +02:00
parent 8d815e6785
commit 19900bdd29

View file

@ -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;