Skip to content

Commit 279d1c3

Browse files
committed
Updated API from documentation release
1 parent 0eb82a3 commit 279d1c3

21 files changed

+0
-21
lines changed

api-specs/api/types/product-search/ProductPagedSearchResponse.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ properties:
2424
Number of [results requested](/../api/general-concepts#limit).
2525
facets:
2626
type: ProductSearchFacetResult[]
27-
(beta): true
2827
description: |
2928
Results for [facets](/../api/projects/product-search#facets) when requested.
3029
results:

api-specs/api/types/product-search/ProductSearchRequest.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ properties:
4444
If not set, the result does not include the Product Projection.
4545
facets?:
4646
type: ProductSearchFacetExpression[]
47-
(beta): true
4847
description: |
4948
Set this field to request [facets](/../api/projects/product-search#facets).
5049
postFilter?:

api-specs/api/types/product-search/facets/ProductSearchFacetCountExpression.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: ProductSearchFacetExpression
4-
(beta): true
54
displayName: ProductSearchFacetCountExpression
65
properties:
76
count:

api-specs/api/types/product-search/facets/ProductSearchFacetCountLevelEnum.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
(package): ProductSearch
33
displayName: ProductSearchFacetCountLevelEnum
44
type: string
5-
(beta): true
65
enum:
76
- products
87
- variants

api-specs/api/types/product-search/facets/ProductSearchFacetCountValue.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: object
4-
(beta): true
54
displayName: ProductSearchFacetCountValue
65
properties:
76
name:

api-specs/api/types/product-search/facets/ProductSearchFacetDistinctBucketSortBy.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: string
4-
(beta): true
54
displayName: ProductSearchFacetDistinctBucketSortBy
65
enum:
76
- count

api-specs/api/types/product-search/facets/ProductSearchFacetDistinctBucketSortExpression.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: object
4-
(beta): true
54
displayName: ProductSearchFacetDistinctBucketSortExpression
65
properties:
76
by:

api-specs/api/types/product-search/facets/ProductSearchFacetDistinctExpression.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: ProductSearchFacetExpression
4-
(beta): true
54
displayName: ProductSearchFacetDistinctExpression
65
properties:
76
distinct:

api-specs/api/types/product-search/facets/ProductSearchFacetDistinctValue.raml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: object
4-
(beta): true
54
displayName: ProductSearchFacetDistinctValue
65
properties:
76
name:
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#%RAML 1.0 DataType
22
(package): ProductSearch
33
type: object
4-
(beta): true
54
displayName: ProductSearchFacetExpression
65
(ignoreValidators): [PolymorphicSubtypesRule]

0 commit comments

Comments
 (0)