Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 51a9775

Browse files
committed
Delete not implemented endpoint
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 6b20b19 commit 51a9775

File tree

1 file changed

+0
-62
lines changed

1 file changed

+0
-62
lines changed

site/.vuepress/public/specs/api.yaml

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -819,68 +819,6 @@ paths:
819819
type: integer
820820
description: Numeric code representing what action should be taken with the response.
821821
example: 200
822-
/request-signature/signature:
823-
delete:
824-
tags:
825-
- sign
826-
summary: Delete sign request using a list of users
827-
description: Delete the request to sign using a list of users
828-
operationId: signFile#deleteSignature
829-
security:
830-
- basicAuth: []
831-
requestBody:
832-
content:
833-
application/json:
834-
schema:
835-
type: object
836-
properties:
837-
uuid:
838-
type: string
839-
format: uuid
840-
description: Received from sign request
841-
file:
842-
$ref: '#/components/schemas/fileId'
843-
users:
844-
type: array
845-
description: Collection of persons
846-
items:
847-
type: object
848-
description: Person who will deleted
849-
properties:
850-
email:
851-
type: string
852-
format: email
853-
description: Unique email to identify user
854-
855-
required:
856-
- email
857-
required:
858-
- uuid
859-
- users
860-
required: true
861-
responses:
862-
'200':
863-
description: Success!
864-
content:
865-
application/json:
866-
schema:
867-
type: object
868-
properties:
869-
message:
870-
type: string
871-
description: Success message
872-
example: Success
873-
'422':
874-
description: Request failed
875-
content:
876-
application/json:
877-
schema:
878-
type: object
879-
properties:
880-
message:
881-
type: string
882-
description: Description of the failure that occurred
883-
example: UUID not found
884822
'/sign/uuid/{uuid}':
885823
post:
886824
tags:

0 commit comments

Comments
 (0)