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 Nov 7, 2024
1 parent 07b822e commit 8e09aa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ properties:
metaTitle?:
type: LocalizedString
description: |
Tailored title of the Product as displayed in search engine results.
Tailored title of the Product as used by search engines.
metaDescription?:
type: LocalizedString
description: |
Tailored description of the Product as displayed in search engine results.
Tailored description of the Product as used by search engines.
metaKeywords?:
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 as displayed in search engine results.
Title of the Product as used by search engines.
metaDescription?:
type: LocalizedString
description: |
Description of the Product as displayed in search engine results below the meta title.
Description of the Product as used by search engines.
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 as displayed in search engine results.
Title of the Product as used by search engines.
metaDescription?:
type: LocalizedString
description: |
Description of the Product as displayed in search engine results.
Description of the Product as used by search engines.
metaKeywords?:
type: LocalizedString
description: |
Expand Down

0 comments on commit 8e09aa8

Please sign in to comment.