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 Sep 3, 2023
1 parent 6e9cbf7 commit 2f458ec
Showing 1 changed file with 52 additions and 7 deletions.
59 changes: 52 additions & 7 deletions wix-site-media-backend/wix-site-media-backend/Events.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -1401,6 +1401,7 @@
"document",
"image",
"model3d",
"other",
"vector",
"video"
]
Expand Down Expand Up @@ -1695,6 +1696,7 @@
},
{
"name": "sizeInBytes",
"readOnly": true,
"optional": true,
"type": [
{
Expand Down Expand Up @@ -1832,6 +1834,7 @@
},
{
"name": "sizeInBytes",
"readOnly": true,
"optional": true,
"type": [
{
Expand Down Expand Up @@ -2194,7 +2197,7 @@
"nativeType": "string"
}
],
"doc": "Media type of the file to import."
"doc": "Media type of the file to import.\nexcluding: OTHER media type"
},
{
"name": "mimeType",
Expand Down Expand Up @@ -2301,7 +2304,7 @@
}
}
],
"doc": "File media type."
"doc": "File media type.\nexcluding: OTHER media type"
},
{
"name": "paging",
Expand Down Expand Up @@ -2343,7 +2346,7 @@
"displayName": "Sorting"
}
],
"doc": "Field name and order to sort by. One of: <br />\n* `displayName`\n* `updatedDate`\nDefault: `updatedDate` in `desc` order."
"doc": "Field name and order to sort by. One of: <br />\n* `displayName`\n* `updatedDate`\n* `sizeInBytes`\nDefault: `updatedDate` in `desc` order."
}
],
"docs": {
Expand Down Expand Up @@ -2409,7 +2412,7 @@
}
}
],
"doc": "File media type."
"doc": "File media type.\nexcluding: OTHER media type"
},
{
"name": "paging",
Expand Down Expand Up @@ -2451,7 +2454,7 @@
"displayName": "Sorting"
}
],
"doc": "Field name and order to sort by. One of: <br />\n* `displayName`\n* `updatedDate`\nDefault: `updatedDate` in `desc` order."
"doc": "Field name and order to sort by. One of: <br />\n* `displayName`\n* `updatedDate`\n* `sizeInBytes`\nDefault: `updatedDate` in `desc` order."
}
],
"docs": {
Expand Down Expand Up @@ -2582,6 +2585,48 @@
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorOtherMedia",
"members": [
{
"name": "_id",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "WixMedia ID. for use with Site Media APIs only"
},
{
"name": "internalMediaType",
"readOnly": true,
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "The media type of the file: 'site_icon', 'swf', 'package', 'ufont'"
},
{
"name": "sizeInBytes",
"readOnly": true,
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "size in bytes. Optional."
}
],
"docs": {
"description": [
""
]
}
},
{
"name": "mediaSiteMediaV1FileDescriptorPagingMetadataV2",
"members": [
Expand Down Expand Up @@ -2621,7 +2666,7 @@
}
}
],
"doc": "File media type."
"doc": "File media type.\nexcluding: OTHER media type"
},
{
"name": "paging",
Expand Down Expand Up @@ -2673,7 +2718,7 @@
"displayName": "Sorting"
}
],
"doc": "Field name and order to sort by. One of: <br />\n* `displayName`\n* `updatedDate`\nDefault: `updatedDate` in `desc` order."
"doc": "Field name and order to sort by. One of: <br />\n* `displayName`\n* `updatedDate`\n* `sizeInBytes`\nDefault: `updatedDate` in `desc` order."
}
],
"docs": {
Expand Down

0 comments on commit 2f458ec

Please sign in to comment.