Skip to content

Commit

Permalink
Delete not implemented endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Oct 25, 2023
1 parent 6b20b19 commit 51a9775
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions site/.vuepress/public/specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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:
Expand Down

0 comments on commit 51a9775

Please sign in to comment.