Skip to content
Snippets Groups Projects
Commit 52da65c4 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

fix typo

parent 533eb2cd
No related branches found
No related tags found
No related merge requests found
......@@ -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: "*"
};
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment