Skip to content
Snippets Groups Projects
Commit 988dc5e4 authored by Timm Fitschen's avatar Timm Fitschen Committed by Henrik tom Wörden
Browse files

WIP: files

parent 0d10fe0e
No related branches found
No related tags found
No related merge requests found
......@@ -508,7 +508,7 @@ message RetrieveRequest {
// Response to a retrieve request
message RetrieveResponse {
// Payload of the retrieval
oneof wrapped_response {
oneof retrieve_response {
// Result of a request by id or any other unique identifier.
EntityResponse entity_response = 1;
// Result of a FIND query
......@@ -596,7 +596,7 @@ message TransactionRequest {
message TransactionResponse {
// We wrap these together in order to make this a repeatable field in the
// MultiTransactionResponse.
oneof wrapped_response {
oneof transaction_response {
// Single response to a delete transaction.
DeleteResponse delete_response = 1;
// Single response to an update transaction.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment