diff --git a/openapi-specs/action-plan/arya-action-plan.yml b/openapi-specs/action-plan/arya-action-plan.yml index 0035e90a4..2af67ac2f 100644 --- a/openapi-specs/action-plan/arya-action-plan.yml +++ b/openapi-specs/action-plan/arya-action-plan.yml @@ -577,48 +577,7 @@ paths: x-public: true x-migrated-v3: true /apm/api/v1/critical-asset: - get: - tags: - - Action Plan Management APIs - summary: "List All Critical Assets" - description: Get critical assets. You must have **System Admin** permissions to access this endpoint. Rate limit 15/sec. - operationId: action-plan-critical-assets - parameters: - - in: header - name: x-redlock-auth - description: Authorize using Authentication token - example: "jwt token" - schema: - type: string - required: true - - name: limit - in: query - description: page limit, default 100 - example: 10 - schema: - type: integer - - name: next_page_token - in: query - description: page token - example: "" - schema: - type: string - responses: - "200": - description: OK - content: - application/json; charset=UTF-8: - schema: - $ref: "#/components/schemas/CriticalAssetResponse" - "401": - description: Unauthorized - "403": - description: Forbidden - "429": - description: Too Many Requests - x-public: true - x-migrated-v3: true - post: + post: tags: - Action Plan Management APIs summary: "List Filtered Critical Assets"