Skip to content

Commit

Permalink
chore: versioning example
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Oct 1, 2024
1 parent 17b42ee commit 30edf8f
Show file tree
Hide file tree
Showing 3 changed files with 42,075 additions and 0 deletions.
5 changes: 5 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -23070,6 +23070,7 @@
],
"x-box-tag": "sign_requests",
"description": "Cancels a sign request.",
"deprecated": true,
"parameters": [
{
"name": "sign_request_id",
Expand Down Expand Up @@ -23125,6 +23126,7 @@
],
"x-box-tag": "sign_requests",
"description": "Resends a signature request email to all outstanding signers.",
"deprecated": true,
"parameters": [
{
"name": "sign_request_id",
Expand Down Expand Up @@ -23173,6 +23175,7 @@
],
"x-box-tag": "sign_requests",
"description": "Gets a sign request by ID.",
"deprecated": true,
"parameters": [
{
"name": "sign_request_id",
Expand Down Expand Up @@ -23228,6 +23231,7 @@
],
"x-box-tag": "sign_requests",
"description": "Gets signature requests created by a user. If the `sign_files` and/or\n`parent_folder` are deleted, the signature request will not return in the list.",
"deprecated": true,
"parameters": [
{
"name": "marker",
Expand Down Expand Up @@ -23283,6 +23287,7 @@
],
"x-box-tag": "sign_requests",
"description": "Creates a signature request. This involves preparing a document for signing and\nsending the signature request to signers.",
"deprecated": true,
"requestBody": {
"content": {
"application/json": {
Expand Down
Loading

0 comments on commit 30edf8f

Please sign in to comment.