From d342a28c16f349d819a712d23d74e773c8b2dffb Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 17 Apr 2020 10:10:07 -0400 Subject: [PATCH] fix(openapi): remove account and group upload routes re: #8260 --- public/openapi/read.yaml | 47 ---------------------------------------- 1 file changed, 47 deletions(-) diff --git a/public/openapi/read.yaml b/public/openapi/read.yaml index 6f40415095..8a6088e6b7 100644 --- a/public/openapi/read.yaml +++ b/public/openapi/read.yaml @@ -4319,53 +4319,6 @@ paths: path: type: string description: Path to the file in the local file system - "/api/user/{userslug}/uploadpicture": - post: - tags: - - users - summary: /api/user/{userslug}/uploadpicture - parameters: - - name: userslug - in: path - required: true - schema: - type: string - responses: - "200": - description: "" - content: - application/json: - schema: - type: array - items: - type: object - properties: - name: - type: string - url: - type: string - "/api/user/{userslug}/uploadcover": - post: - tags: - - users - summary: /api/user/{userslug}/uploadcover - parameters: - - name: userslug - in: path - required: true - schema: - type: string - responses: - "418": - description: "TODO: A proper response needs to be added. It is not really a teapot" - /api/groups/uploadpicture: - post: - tags: - - groups - summary: /api/groups/uploadpicture - responses: - "418": - description: "TODO: A proper response needs to be added. It is not really a teapot" /api/login: get: tags: