From 5e41bc8373a3e35475da783b1cf3e4cf668a3769 Mon Sep 17 00:00:00 2001 From: Alirie Gray Date: Thu, 13 Aug 2020 13:08:09 -0700 Subject: [PATCH] docs: remove unused patch scraper label route from swagger --- http/swagger.yml | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/http/swagger.yml b/http/swagger.yml index c6080b3142..aae41311de 100644 --- a/http/swagger.yml +++ b/http/swagger.yml @@ -1283,47 +1283,6 @@ paths: application/json: schema: $ref: "#/components/schemas/Error" - patch: - operationId: PatchScrapersIDLabelsID - tags: - - ScraperTargets - summary: Update a label on a scraper target - parameters: - - $ref: "#/components/parameters/TraceSpan" - - in: path - name: scraperTargetID - schema: - type: string - required: true - description: The scraper target ID. - - in: path - name: labelID - schema: - type: string - required: true - description: The label ID. - requestBody: - description: Label update to apply - required: true - content: - application/json: - schema: - $ref: "#/components/schemas/Label" - responses: - "200": - description: Updated successfully - "404": - description: Scraper target not found - content: - application/json: - schema: - $ref: "#/components/schemas/Error" - default: - description: Unexpected error - content: - application/json: - schema: - $ref: "#/components/schemas/Error" "/scrapers/{scraperTargetID}/members": get: operationId: GetScrapersIDMembers