Skip to content

Commit

Permalink
Merge branch 'webhook_support-external-storage' of https://github.com…
Browse files Browse the repository at this point in the history
…/AdobeDocs/pdfservices-api-documentation into webhook_support-external-storage-deployment
  • Loading branch information
Tanmay Sharma committed Mar 26, 2024
2 parents 7981b4b + 314fe30 commit a567c75
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 a567c75

Please sign in to comment.