File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,8 @@ public function __construct(
42
42
/**
43
43
* Get a preview by file path
44
44
*
45
+ * Deprecated: Use getPreviewByFileId instead
46
+ * @deprecated Use getPreviewByFileId instead
45
47
* @param string $file Path of the file
46
48
* @param int $x Width of the preview. A width of -1 will use the original image width.
47
49
* @param int $y Height of the preview. A height of -1 will use the original image height.
Original file line number Diff line number Diff line change 8197
8197
"get" : {
8198
8198
"operationId" : " preview-get-preview" ,
8199
8199
"summary" : " Get a preview by file path" ,
8200
+ "description" : " Deprecated: Use getPreviewByFileId instead" ,
8201
+ "deprecated" : true ,
8200
8202
"tags" : [
8201
8203
" preview"
8202
8204
],
Original file line number Diff line number Diff line change 8197
8197
"get" : {
8198
8198
"operationId" : " preview-get-preview" ,
8199
8199
"summary" : " Get a preview by file path" ,
8200
+ "description" : " Deprecated: Use getPreviewByFileId instead" ,
8201
+ "deprecated" : true ,
8200
8202
"tags" : [
8201
8203
" preview"
8202
8204
],
You can’t perform that action at this time.
0 commit comments