Skip to content

Commit 2cdc91d

Browse files
Merge pull request #650 from akeneo/valerie-schneider-SDS-25630
Update products.md
2 parents d497699 + 5231dfa commit 2cdc91d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/concepts/products.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ Whenever the attribute's type is `pim_catalog_asset_collection`, the `data` fiel
523523
```
524524

525525
#### Table attribute
526-
::: availability versions=SaaS editions=EE,GE
526+
::: availability versions=6.0,SaaS editions=EE,GE
527527
:::
528528

529529
Whenever the attribute type is `pim_catalog_table`, the `data` field should contain an array of rows, where each row is a key-value object, the key being the `column` code, and the value being the cell value.
@@ -698,7 +698,7 @@ Note that the `locale` and `scope` properties are all set to `null` in this case
698698
:::
699699

700700
### The `linked_data` format
701-
::: availability versions=SaaS editions=CE,EE
701+
::: availability versions=5.0,6.0,SaaS editions=CE,EE
702702
:::info
703703
Note that this property is in read-only. You won't be able to patch or post it.
704704
:::
@@ -716,7 +716,7 @@ Whenever the attribute type is `pim_catalog_simpleselect`, the `linked_data` fie
716716
{
717717
"data": "black",
718718
"linked_data": {
719-
"attribute": "color",
719+
"attribute": "main_color",
720720
"code": "black",
721721
"labels": {
722722
"en_US": "Black",

0 commit comments

Comments
 (0)