Skip to content

Commit beb0ef8

Browse files
authored
PROGX-872: Add Asset family in asset response (#1123)
1 parent ab7be6f commit beb0ef8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/swagger/akeneo-web-api.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

content/swagger/resources/assets/definitions/asset.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ properties:
55
type: string
66
description: Code of the asset
77
x-immutable: true
8+
asset_family_code:
9+
type: string
10+
description: Code of the asset family
11+
x-immutable: true
812
values:
913
type: object
1014
description: "Asset attributes values, see the <a href='/concepts/asset-manager.html#focus-on-the-asset-values'>Focus on the asset values</a> section for more details."

0 commit comments

Comments
 (0)