Skip to content

Commit

Permalink
fix(specs): remove private beta endpoint from recommend [skip-bc] (#4110
Browse files Browse the repository at this point in the history
)
  • Loading branch information
shortcuts authored and millotp committed Nov 18, 2024
1 parent 0b0bf4c commit b7f4875
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
CACHE_VERSION: 1.10 # bump this to run all clients on the CI.
CACHE_VERSION: 1.11 # bump this to run all clients on the CI.
steps:
- name: debugging - dump GitHub context
env:
Expand Down
1 change: 0 additions & 1 deletion specs/recommend/common/schemas/RecommendationsRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ recommendationsRequest:
- $ref: './TrendingItemsQuery.yml#/trendingItemsQuery'
- $ref: './TrendingFacetsQuery.yml#/trendingFacetsQuery'
- $ref: './LookingSimilarQuery.yml#/lookingSimilarQuery'
- $ref: './RecommendedForYouQuery.yml#/recommendedForYouQuery'

baseRecommendRequest:
type: object
Expand Down
21 changes: 0 additions & 21 deletions specs/recommend/common/schemas/RecommendedForYouQuery.yml

This file was deleted.

0 comments on commit b7f4875

Please sign in to comment.