diff --git a/api/proto/etsi14.proto b/api/proto/etsi14.proto
index 8577b54ea3dc10cdd58692259905b8ef3ebdc278..4720efbbc5aec34f30df863ded0acc30a8d96dac 100644
--- a/api/proto/etsi14.proto
+++ b/api/proto/etsi14.proto
@@ -46,7 +46,7 @@ service ETSI14Service {
     rpc GetKey(GetKeyRequest) returns (GetKeyResponse) {
         option (google.api.http) = {
             post: "/{KME_hostname}/api/v1/keys/{slave_SAE_ID}/enc_keys"
-            body: "*""
+            body: "*"
         };
     }
 
@@ -59,7 +59,7 @@ service ETSI14Service {
     rpc GetKeyWithIDs(GetKeyWithIDsRequest) returns (GetKeyWithIDsResponse) {
         option (google.api.http) = {
             post: "/{KME_hostname}/api/v1/keys/{master_SAE_ID}/dec_keys"
-            body: "*""
+            body: "*"
         };
     }
 }