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 e5b9b64 commit 16e668e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/pages/resources/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -8419,7 +8419,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for create pdf processing",
"description": "Params for Create PDF processing",
"type": "object",
"properties": {
"documentLanguage": {
Expand Down Expand Up @@ -8529,7 +8529,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for export pdf processing",
"description": "Params for Export PDF processing",
"type": "object",
"properties": {
"targetFormat": {
Expand Down Expand Up @@ -9255,7 +9255,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for compress PDF processing",
"description": "Params for Compress PDF processing",
"type": "object",
"properties": {
"compressionLevel": {
Expand Down Expand Up @@ -9437,7 +9437,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for ocr pdf processing",
"description": "Params for OCR PDF processing",
"type": "object",
"properties": {
"ocrLang": {
Expand Down Expand Up @@ -9574,7 +9574,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for page manipulation processing",
"description": "Params for Page Manipulation processing",
"type": "object",
"properties": {
"pageActions": {
Expand Down Expand Up @@ -9703,7 +9703,7 @@
"$ref": "#/components/schemas/ExternalStorageInput"
},
"params": {
"description": "Params for pdf properties processing",
"description": "Params for PDF Properties processing",
"type": "object",
"properties": {
"pageLevel": {
Expand Down Expand Up @@ -9844,7 +9844,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for protect pdf processing",
"description": "Params for Protect PDF processing",
"type": "object",
"properties": {
"passwordProtection": {
Expand Down Expand Up @@ -9992,7 +9992,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for remove protection processing.",
"description": "Params for Remove Protection processing.",
"type": "object",
"properties": {
"password": {
Expand Down Expand Up @@ -10263,7 +10263,7 @@
"$ref": "#/components/schemas/ExternalStorageOutput"
},
"params": {
"description": "Params for document generation processing",
"description": "Params for Document Generation processing",
"type": "object",
"properties": {
"outputFormat": {
Expand Down Expand Up @@ -11551,7 +11551,7 @@
]
},
"externaldonewithoutoutput": {
"title": "External Without Ouput URI in request",
"title": "External without an output URI in the request",
"description": "Response in case of 'done' status",
"type": "object",
"properties": {
Expand Down Expand Up @@ -11579,7 +11579,7 @@
}
},
"external": {
"title": "External with output uri passed in request",
"title": "External with an output URI in the request",
"description": "Response in case of 'done' status using signed urls",
"type": "object",
"properties": {
Expand Down Expand Up @@ -11810,7 +11810,7 @@
]
},
"splitpdfdoneWithoutOutput" : {
"title": "External without output uri in request",
"title": "External without an output URI in the request",
"description": "Response in case of 'done' status when ouput uri is not passed in the rquest",
"type": "object",
"properties": {
Expand Down Expand Up @@ -11926,7 +11926,7 @@
]
},
"PDFTOImageDoneExternalWithoutOutput" : {
"title": "External without output uri in request",
"title": "External without an output URI in the request",
"description": "Response in case of 'done' status when ouput uri is not passed in the rquest",
"type": "object",
"properties": {
Expand Down Expand Up @@ -12473,7 +12473,7 @@
]
},
"ExtractPDFDoneExternalWithoutOutput" : {
"title": "External without output uri in request",
"title": "External without an output URI in the request",
"description": "Response in case of 'done' status when ouput uri is not passed in the rquest",
"type": "object",
"properties": {
Expand Down Expand Up @@ -12618,7 +12618,7 @@
]
},
"AutoTagPDFDoneExternalWithoutOutput" : {
"title": "External without output uri in request",
"title": "External without an output URI in the request",
"description": "Response in case of 'done' status when ouput uri is not passed in the request",
"type": "object",
"properties": {
Expand Down Expand Up @@ -12791,7 +12791,7 @@
]
},
"ElectronicSealPDFDoneExternalWithoutOutput" : {
"title": "External without output uri in request",
"title": "External without an output URI in the request",
"description": "Response in case of 'done' status",
"type": "object",
"properties": {
Expand Down

0 comments on commit 16e668e

Please sign in to comment.