Skip to content

Commit

Permalink
add exception response min version
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
Frank Jogeleit committed Apr 3, 2024
1 parent 07cc470 commit e8de40b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/api/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,6 @@ type ExceptionRequest struct {
}

type ExceptionResponse struct {
Resource string `json:"resource,omitempty"`
MinVersion string `json:"minVersion,omitempty"`
Resource string `json:"resource,omitempty"`
}

0 comments on commit e8de40b

Please sign in to comment.