Skip to content

Commit e8f731a

Browse files
committed
Updated API from documentation release
1 parent f8b69ab commit e8f731a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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 for the [Product Projections Search API](/../api/projects/products-search) for use in full-text search queries, filters, and facets.
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.
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ properties:
1717
minLength: 2
1818
maxLength: 256
1919
description: |-
20-
User-defined name of the Attribute that is unique with the [Project](ctp:api:type:Project).
20+
User-defined name of the Attribute that is unique to the [Project](ctp:api:type:Project).
2121
2222
When using the same `name` for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an [AttributeDefinitionAlreadyExists](ctp:api:type:AttributeDefinitionAlreadyExistsError) error is returned.
2323
An exception to this are the values of an `enum` or `lenum` Type and sets thereof.
@@ -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 Projections Search API](/../api/projects/products-search) 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 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.
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.

api-specs/api/types/product-type/updates/ProductTypeChangeAttributeNameAction.raml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ properties:
2121
minLength: 2
2222
maxLength: 256
2323
description: |-
24-
New user-defined name of the Attribute that is unique with the [Project](ctp:api:type:Project).
24+
New user-defined name of the Attribute that is unique to the [Project](ctp:api:type:Project).
2525
2626
When using the same `name` for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an [AttributeDefinitionAlreadyExists](ctp:api:type:AttributeDefinitionAlreadyExistsError) error is returned.
2727
An exception to this are the values of an `enum` or `lenum` type and sets thereof.

0 commit comments

Comments
 (0)