Skip to content

Commit

Permalink
Review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmati committed Jan 9, 2024
1 parent c6a0fd7 commit 2482b32
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/references/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ paths:
type: string
format: url
description: |
DA URLs to the documents to sign.
DA URL of the documents to sign.
name:
type: string
description: |
Expand Down Expand Up @@ -931,7 +931,7 @@ paths:
contentType: application/pdf
responses:
200:
description: All pending signature requests for the file were cancelled.
description: List of signature requests for the file.
content:
application/json:
schema:
Expand Down Expand Up @@ -977,7 +977,7 @@ paths:
description: Password for password encrypted requests
responses:
200:
description: All pending signature requests for the file were cancelled.
description: Status of the signature request.
content:
application/json:
schema:
Expand Down Expand Up @@ -1050,7 +1050,7 @@ paths:
description: Password for password encrypted document.
responses:
200:
description: All pending signature requests for the file were cancelled.
description: File status across all signature requests.
content:
application/json:
schema:
Expand Down

0 comments on commit 2482b32

Please sign in to comment.