From beab4bdfc9069ef8b755e16ed848ea909e9d579e Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Wed, 5 Mar 2025 18:06:54 +0530 Subject: [PATCH] Update opensign.yaml --- docs/docs/API-docs/opensign.yaml | 65 -------------------------------- 1 file changed, 65 deletions(-) diff --git a/docs/docs/API-docs/opensign.yaml b/docs/docs/API-docs/opensign.yaml index ef42c8650..cda099515 100644 --- a/docs/docs/API-docs/opensign.yaml +++ b/docs/docs/API-docs/opensign.yaml @@ -1296,55 +1296,6 @@ paths: $ref: '#/components/schemas/invalidtoken' security: - x-api-token: [] - post: - tags: - - Documents - summary: Revoke Document - description: The Revoke document API allows you to revoke specific document from your documents. - operationId: revokedocument - parameters: - - name: document_id - in: path - description: Provide objectId of document to revoke - required: true - style: simple - explode: false - schema: - type: string - format: string - example: ph2bh2asd - requestBody: - content: - application/json: - schema: - $ref: '#/components/schemas/revokedocument' - responses: - "200": - description: Document revoked successfully! - content: - application/json: - schema: - $ref: '#/components/schemas/revoke' - "400": - description: "Something went wrong, please try again later!" - content: - application/json: - schema: - $ref: '#/components/schemas/inline_response_400_1' - "404": - description: Document not found! - content: - application/json: - schema: - $ref: '#/components/schemas/inline_response_404_3' - "405": - description: Invalid API Token! - content: - application/json: - schema: - $ref: '#/components/schemas/invalidtoken' - security: - - x-api-token: [] delete: tags: - Documents @@ -3089,16 +3040,6 @@ components: $ref: '#/components/schemas/date' xml: name: delete - revoke: - type: object - properties: - objectId: - type: string - example: Bxh2aspHp3 - revokedAt: - $ref: '#/components/schemas/date' - xml: - name: delete inline_response_404: type: object properties: @@ -3484,12 +3425,6 @@ components: type: boolean description: "true - Permits signers to add elements such as signatures, initials, stamps, or text on top of existing widgets in the document. false - Restricts signers from adding any additional elements to the document. This is the default value." example: false - revokedocument: - type: object - properties: - reason: - type: string - example: "" resendmail_body: required: - document_id