Skip to content

Commit

Permalink
Auto commit to autodocs-wix-restaurants from WixDocs Server
Browse files Browse the repository at this point in the history
  • Loading branch information
wix-docs-feds committed May 16, 2024
1 parent 0d0d84d commit bb27590
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions wix-restaurants/wix-restaurants/Events.service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3697,6 +3697,36 @@
]
}
},
{
"name": "restaurantsMenusV1MenuFile",
"members": [
{
"name": "fileName",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "Invalidate by filename (for media files such as PDFs)"
},
{
"name": "metaSiteId",
"optional": true,
"type": [
{
"nativeType": "string"
}
],
"doc": "the msid the file is related to"
}
],
"docs": {
"description": [
""
]
}
},
{
"name": "restaurantsMenusV1MenuGetMenuRequest",
"members": [
Expand Down Expand Up @@ -3916,6 +3946,17 @@
],
"doc": "Invalidate by App"
},
{
"name": "file",
"optional": true,
"type": [
{
"referenceType": "wix-restaurants.Events.restaurantsMenusV1MenuFile",
"displayName": "File"
}
],
"doc": "Invalidate by file (for media files such as PDFs)"
},
{
"name": "localDc",
"optional": true,
Expand Down Expand Up @@ -3985,6 +4026,7 @@
"name": "oneOfInvalidateCacheGetByOneOf",
"members": [
"app",
"file",
"metaSiteId",
"page",
"siteId",
Expand Down Expand Up @@ -4013,6 +4055,17 @@
],
"doc": "Invalidate by App"
},
{
"name": "file",
"optional": true,
"type": [
{
"referenceType": "wix-restaurants.Events.restaurantsMenusV1MenuFile",
"displayName": "File"
}
],
"doc": "Invalidate by file (for media files such as PDFs)"
},
{
"name": "metaSiteId",
"optional": true,
Expand Down

0 comments on commit bb27590

Please sign in to comment.