Skip to content

Commit

Permalink
Adding comment that status field is mandatory in the reponse header
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJaarsma committed Nov 22, 2024
1 parent 8d9366c commit 4d0bbf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/cmp/types/v1/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ message ResponseHeader {
cmp.types.v1.Header base_header = 1;

// Status of the response, success or failure
// THIS FIELD IS MANDATORY
cmp.types.v1.StatusType status = 2;

// Alert for more detailed information about the response
Expand Down

0 comments on commit 4d0bbf1

Please sign in to comment.