Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanmay Sharma committed Mar 26, 2024
1 parent 16e668e commit 314fe30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@
}
],
"requestBody": {
"description": "Params for Extract PDF Operation",
"description": "Params for Extract PDF Operation. Refer to the External Section below for using external storage with Extract PDF Operation.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -6267,7 +6267,7 @@
}
],
"requestBody": {
"description": "Params for Split PDF Operation",
"description": "Params for Split PDF Operation. Refer to the External Section below for using external storage with Split PDF Operation.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -6645,7 +6645,7 @@
}
],
"requestBody": {
"description": "Params to specify the options required for applying electronic seal.",
"description": "Params to specify the options required for applying Electronic Seal. Refer to the External Section below for using external storage with Electronic Seal Operation.",
"content": {
"application/json": {
"schema": {
Expand Down Expand Up @@ -10041,7 +10041,7 @@
},
"SplitPDFInternal": {
"title": "Internal",
"description": "Params for Split PDF Operation. Refer to the External Section below for using external storage with Split PDF Operation.",
"description": "Params for Split PDF Operation.",
"type": "object",
"properties": {
"assetID": {
Expand Down

0 comments on commit 314fe30

Please sign in to comment.