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 Jun 12, 2024
1 parent cd5ce6a commit b4dcc20
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 @@ -5917,6 +5917,36 @@
]
}
},
{
"name": "restaurantsMenusV1SectionFile",
"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": "restaurantsMenusV1SectionGetSectionRequest",
"members": [
Expand Down Expand Up @@ -6095,6 +6125,17 @@
],
"doc": "Invalidate by App"
},
{
"name": "file",
"optional": true,
"type": [
{
"referenceType": "wix-restaurants.Events.restaurantsMenusV1SectionFile",
"displayName": "File"
}
],
"doc": "Invalidate by file (for media files such as PDFs)"
},
{
"name": "localDc",
"optional": true,
Expand Down Expand Up @@ -6164,6 +6205,7 @@
"name": "oneOfInvalidateCacheGetByOneOf",
"members": [
"app",
"file",
"metaSiteId",
"page",
"siteId",
Expand Down Expand Up @@ -6192,6 +6234,17 @@
],
"doc": "Invalidate by App"
},
{
"name": "file",
"optional": true,
"type": [
{
"referenceType": "wix-restaurants.Events.restaurantsMenusV1SectionFile",
"displayName": "File"
}
],
"doc": "Invalidate by file (for media files such as PDFs)"
},
{
"name": "metaSiteId",
"optional": true,
Expand Down

0 comments on commit b4dcc20

Please sign in to comment.