mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 23:46:05 -03:30
deprecate /api/v2/dashboard in favor of /api/v2/metrics
This commit is contained in:
@@ -168,6 +168,8 @@ def api_exception_handler(exc, context):
|
|||||||
|
|
||||||
class DashboardView(APIView):
|
class DashboardView(APIView):
|
||||||
|
|
||||||
|
deprecated = True
|
||||||
|
|
||||||
view_name = _("Dashboard")
|
view_name = _("Dashboard")
|
||||||
swagger_topic = 'Dashboard'
|
swagger_topic = 'Dashboard'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user