Skip to content

Commit

Permalink
Updated API from documentation release
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Oct 23, 2024
1 parent 8e5c10a commit 71b6bfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ properties:
metaTitle?:
type: LocalizedString
description: |
Tailored title of the Product used by external search engines for improved search engine performance.
Tailored title of the Product as displayed in search engine results.
metaDescription?:
type: LocalizedString
description: |
Tailored description of the Product used by external search engines for improved search engine performance.
Tailored description of the Product as displayed in search engine results.
metaKeywords?:
type: LocalizedString
description: |
Tailored keywords related to the Product used by external search engines for improved search engine performance.
Tailored keywords related to the Product that are used by search engines.
slug?:
type: LocalizedString
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/api/types/product/ProductData.raml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ properties:
metaTitle?:
type: LocalizedString
description: |
Title of the Product displayed in search results.
Title of the Product as displayed in search engine results.
metaDescription?:
type: LocalizedString
description: |
Description of the Product displayed in search results below the meta title.
Description of the Product as displayed in search engine results below the meta title.
metaKeywords?:
type: LocalizedString
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/api/types/product/ProductDraft.raml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ properties:
metaTitle?:
type: LocalizedString
description: |
Title of the Product displayed in search results.
Title of the Product as displayed in search engine results.
metaDescription?:
type: LocalizedString
description: |
Description of the Product displayed in search results.
Description of the Product as displayed in search engine results.
metaKeywords?:
type: LocalizedString
description: |
Expand Down

0 comments on commit 71b6bfb

Please sign in to comment.