Skip to content

Commit

Permalink
Auto commit to autodocs-wix-site-media-backend from WixDocs Server
Browse files Browse the repository at this point in the history
  • Loading branch information
wix-docs-feds committed Jun 16, 2024
1 parent 96eb027 commit 61ed81a
Showing 1 changed file with 38 additions and 8 deletions.
46 changes: 38 additions & 8 deletions wix-site-media-backend/wix-site-media-backend/Events.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@
}
}
],
"doc": "IDs of the files to move to the Media Manager's trash bin."
"doc": "IDs or Wix media URLs of the files to move to the Media Manager's trash bin."
},
{
"name": "permanent",
Expand Down Expand Up @@ -1216,7 +1216,7 @@
}
}
],
"doc": "IDs of the files to restore from the Media Manager's trash bin."
"doc": "IDs or Wix media URLs of the files to restore from the Media Manager's trash bin."
}
],
"docs": {
Expand Down Expand Up @@ -2411,7 +2411,7 @@
"nativeType": "string"
}
],
"doc": "File ID."
"doc": "File ID, or the file's Wix media URL."
}
],
"docs": {
Expand Down Expand Up @@ -2461,6 +2461,16 @@
],
"doc": "Temporary file name used to identify the file type. For example, a file named \"myFile.jpeg\" identifies as an \"image/jpeg\" file type.\n<br /> **Note:** The name that appears in the Media Manager is taken from the `filename` query parameter in the upload request."
},
{
"name": "filePath",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "The path by folder names to create the file under.\nIn case a folder in the path does not exist it will be created\nIf multiple folders with the same name exist, the first one will be used\nIf `parentFolderId` is provided, the path will be nested under the folder specified by the `parentFolderId`\nexample: 'videos/2024/december'"
},
{
"name": "labels",
"optional": true,
Expand Down Expand Up @@ -2599,6 +2609,16 @@
],
"doc": "Temporary file name used to identify the file type. For example, a file named \"myFile.jpeg\" identifies as an \"image/jpeg\" file type.\n<br /> **Note:** The name that appears in the Media Manager is taken from the `filename` query parameter in the upload request."
},
{
"name": "filePath",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "The path by folder names to create the file under.\nIn case a folder in the path does not exist it will be created\nIf multiple folders with the same name exist, the first one will be used\nIf `parentFolderId` is provided, the path will be nested under the folder specified by the `parentFolderId`\nexample: 'videos/2024/december'"
},
{
"name": "labels",
"optional": true,
Expand Down Expand Up @@ -2700,7 +2720,7 @@
}
}
],
"doc": "IDs of the files to download."
"doc": "IDs or Wix media URLs of the files to download."
}
],
"docs": {
Expand Down Expand Up @@ -2739,7 +2759,7 @@
"nativeType": "string"
}
],
"doc": "File ID."
"doc": "File ID, or the file's Wix media URL."
},
{
"name": "format",
Expand Down Expand Up @@ -2818,7 +2838,7 @@
"nativeType": "string"
}
],
"doc": "File ID."
"doc": "File ID, or the file's Wix media URL."
}
],
"docs": {
Expand Down Expand Up @@ -2865,7 +2885,7 @@
}
}
],
"doc": "File IDs."
"doc": "File IDs, or the files' Wix media URLs."
}
],
"docs": {
Expand Down Expand Up @@ -3150,6 +3170,16 @@
],
"doc": "A place to map an external entity to an imported file in the Wix Media Manager."
},
{
"name": "filePath",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "The path by folder names to create the file under.\nIn case a folder in the path does not exist it will be created\nIf multiple folders with the same name exist, the first one will be used\nIf `parentFolderId` is provided, the path will be nested under the folder specified by the `parentFolderId`\nexample: 'videos/2024/december'"
},
{
"name": "labels",
"optional": true,
Expand Down Expand Up @@ -3947,7 +3977,7 @@
"nativeType": "string"
}
],
"doc": "ID of the file to update."
"doc": "ID or Wix media URL of the file to update."
},
{
"name": "labels",
Expand Down

0 comments on commit 61ed81a

Please sign in to comment.