From d2bc6cbc59fd7c970abcf61e5648d09add8ff240 Mon Sep 17 00:00:00 2001 From: vkatsuba Date: Mon, 1 Feb 2021 18:49:07 +0200 Subject: [PATCH] Remove /metrics from Swagger definitions --- priv/static/specs/http_api_spec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/priv/static/specs/http_api_spec.yaml b/priv/static/specs/http_api_spec.yaml index 4e9e5f02..bc795189 100644 --- a/priv/static/specs/http_api_spec.yaml +++ b/priv/static/specs/http_api_spec.yaml @@ -46,12 +46,6 @@ paths: description: returns the current 'accept-new' status schema: $ref: '#/definitions/StatusAcceptNewRequests' - /metrics: - get: - summary: get the metrics - responses: - '200': - description: returns the metrics /contexts: delete: summary: 'delete all contexts'