From 51a97759a1430fdf203d0d3ce72178501b2fc11c Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Wed, 25 Oct 2023 12:43:15 -0300 Subject: [PATCH] Delete not implemented endpoint Signed-off-by: Vitor Mattos --- site/.vuepress/public/specs/api.yaml | 62 ---------------------------- 1 file changed, 62 deletions(-) diff --git a/site/.vuepress/public/specs/api.yaml b/site/.vuepress/public/specs/api.yaml index 51aa435..e5a3130 100644 --- a/site/.vuepress/public/specs/api.yaml +++ b/site/.vuepress/public/specs/api.yaml @@ -819,68 +819,6 @@ paths: type: integer description: Numeric code representing what action should be taken with the response. example: 200 - /request-signature/signature: - delete: - tags: - - sign - summary: Delete sign request using a list of users - description: Delete the request to sign using a list of users - operationId: signFile#deleteSignature - security: - - basicAuth: [] - requestBody: - content: - application/json: - schema: - type: object - properties: - uuid: - type: string - format: uuid - description: Received from sign request - file: - $ref: '#/components/schemas/fileId' - users: - type: array - description: Collection of persons - items: - type: object - description: Person who will deleted - properties: - email: - type: string - format: email - description: Unique email to identify user - example: user@test.coop - required: - - email - required: - - uuid - - users - required: true - responses: - '200': - description: Success! - content: - application/json: - schema: - type: object - properties: - message: - type: string - description: Success message - example: Success - '422': - description: Request failed - content: - application/json: - schema: - type: object - properties: - message: - type: string - description: Description of the failure that occurred - example: UUID not found '/sign/uuid/{uuid}': post: tags: