Skip to content

PROGX-863: add "create options on the fly" attribute property for API #1077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/swagger/akeneo-web-api.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@ properties:
type: number
description: Defines the number of decimal places when decimal places strategy is `round` or `forbid`.
x-warning: Only for `pim_catalog_number` or `pim_catalog_metric` attribute types
enable_option_creation_during_import:
type: boolean
description: Whether new attribute options can be created automatically during product or product model import (CSV, XLSX).
x-warning: Only for `pim_catalog_simpleselect` or `pim_catalog_multiselect` attribute types
x-from-version: "SaaS"
example:
{
"code": "release_date",
Expand Down