Skip to content

Commit 996ba50

Browse files
authoredNov 15, 2024··
fix(specs): remove private beta endpoint from recommend [skip-bc] (#4110)
1 parent de2f409 commit 996ba50

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed
 

‎.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ubuntu-22.04
4242
timeout-minutes: 10
4343
env:
44-
CACHE_VERSION: 1.10 # bump this to run all clients on the CI.
44+
CACHE_VERSION: 1.11 # bump this to run all clients on the CI.
4545
steps:
4646
- name: debugging - dump GitHub context
4747
env:

‎specs/recommend/common/schemas/RecommendationsRequest.yml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ recommendationsRequest:
55
- $ref: './TrendingItemsQuery.yml#/trendingItemsQuery'
66
- $ref: './TrendingFacetsQuery.yml#/trendingFacetsQuery'
77
- $ref: './LookingSimilarQuery.yml#/lookingSimilarQuery'
8-
- $ref: './RecommendedForYouQuery.yml#/recommendedForYouQuery'
98

109
baseRecommendRequest:
1110
type: object

‎specs/recommend/common/schemas/RecommendedForYouQuery.yml

-21
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.