@shapediver/api.geometry-api-dto-v2
Advanced tools
Comparing version 1.14.0 to 1.14.1
@@ -30,7 +30,13 @@ /** | ||
* @swagger {components.schemas.RequestFileUploadPart.properties} filename { | ||
"description": "Name of the file to be uploaded.", | ||
"description": "Name of the file to be uploaded.<br/><br/>When this property is set, then the actual file upload request must contain a Content-Disposition HTTP header with the value \"attachment; filename=<i>{filename}<i>\". Otherwise, a signature mismatch will occur.", | ||
"type": "string" | ||
} | ||
*/ | ||
/** Name of the file to be uploaded. */ | ||
/** | ||
* Name of the file to be uploaded. | ||
* | ||
* When this property is set, then the actual file upload request must contain a | ||
* Content-Disposition HTTP header with the value \"attachment; filename=<i>{filename}<i>.\". | ||
* Otherwise, a signature mismatch will occur. | ||
*/ | ||
filename?: string; | ||
@@ -37,0 +43,0 @@ /** |
{ | ||
"name": "@shapediver/api.geometry-api-dto-v2", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Data Transfer Object Definitions of the Geometry API v2", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
301188
5792