diff --git a/watcher/common/policies/goal.py b/watcher/common/policies/goal.py index 6f422c945..511f8d773 100644 --- a/watcher/common/policies/goal.py +++ b/watcher/common/policies/goal.py @@ -24,7 +24,7 @@ rules = [ operations=[ { 'path': '/v1/goals/detail', - 'method': 'DELETE' + 'method': 'GET' } ] ),