Method: DocSpring::PDFApi#create_custom_file_from_upload
- Defined in:
- lib/docspring/api/pdf_api.rb
#create_custom_file_from_upload(create_custom_file_data, opts = {}) ⇒ CreateCustomFileResponse
Create a new custom file from a cached presign upload
244 245 246 247 |
# File 'lib/docspring/api/pdf_api.rb', line 244 def create_custom_file_from_upload(create_custom_file_data, opts = {}) data, _status_code, _headers = create_custom_file_from_upload_with_http_info(create_custom_file_data, opts) data end |