Skip to content

Commit

Permalink
fix: fix wrong field name
Browse files Browse the repository at this point in the history
Signed-off-by: Jongmin Kim <[email protected]>
  • Loading branch information
whdalsrnt committed Sep 26, 2024
1 parent 58de0b5 commit 14b33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/spaceone/api/dashboard/v1/public_folder.proto
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ message UpdatePublicFolderRequest {
}

message SharePublicFolderRequest {
string dashboard_id = 1;
string folder_id = 1;
// +optional
DashboardScope scope = 2;
}
Expand Down

0 comments on commit 14b33a0

Please sign in to comment.