Skip to content

Commit

Permalink
fix(stencil): add missing field in namespace update request
Browse files Browse the repository at this point in the history
  • Loading branch information
h4rikris committed Oct 29, 2021
1 parent 3aaf87c commit 9e99e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions odpf/stencil/v1/stencil.proto
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,8 @@ message CreateNamespaceResponse {

message UpdateNamespaceRequest {
string id = 1;
Schema.Format format = 2;
string description = 3;
}

message UpdateNamespaceResponse {
Expand Down

0 comments on commit 9e99e1a

Please sign in to comment.