Skip to content

Commit f0288f9

Browse files
committed
Updated API from documentation release
1 parent aa9af30 commit f0288f9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

api-specs/api/resources/products.raml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ post:
280280
body:
281281
application/json:
282282
type: ProductSearchRequest
283+
example: !include ../examples/ProductSearch/product-search-request.example.json
283284
responses:
284285
200:
285286
body:

api-specs/api/types/product-type/AttributeDefinition.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ properties:
3636
isSearchable:
3737
type: boolean
3838
description: |-
39-
If `true`, the Attribute's values are available in the [Product Projection Search](/../api/projects/products-search) or the [Product Search](/../api/projects/product-search) API for use in full-text search queries, filters, and facets.
39+
If `true`, the Attribute's values are available in the [Product Search](/../api/projects/product-search) or the [Product Projection Search](/../api/projects/products-search) API for use in full-text search queries, filters, and facets.
4040
4141
Which exact features are available with this flag depends on the specific [AttributeType](ctp:api:type:AttributeType).
4242
The maximum size of a searchable field is **restricted** by the [Field content size limit](/../api/limits#field-content-size).

api-specs/api/types/product-type/AttributeDefinitionDraft.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ properties:
4545
isSearchable?:
4646
type: boolean
4747
description: |-
48-
Set to `true` if the Attribute's values should be available in the [Product Projection Search](/../api/projects/products-search) or the [Product Search](/../api/projects/product-search) API and can be used in full-text search queries, filters, and facets.
48+
Set to `true` if the Attribute's values should be available in the [Product Search](/../api/projects/product-search) or the [Product Projection Search](/../api/projects/products-search) API and can be used in full-text search queries, filters, and facets.
4949
Which exact features are available with this flag depends on the specific [AttributeType](ctp:api:type:AttributeType).
5050
The maximum size of a searchable field is **restricted** by the [Field content size limit](/../api/limits#field-content-size).
5151
This constraint is enforced at both Product creation and Product update.

0 commit comments

Comments
 (0)