Skip to content

Commit 22b2355

Browse files
authored
Merge pull request #263 from akeneo/example-fix
Small fixes on ref entities attr examples
2 parents 2b32dcf + 8e443ae commit 22b2355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/swagger/resources/reference_entity_attributes/definitions/reference_entity_attribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ example: {
9191
"max_characters": null,
9292
"is_textarea": true,
9393
"is_rich_text_editor": true,
94-
"validation_rule": null,
94+
"validation_rule": "none",
9595
"validation_regexp": null
9696
}

content/swagger/resources/reference_entity_attributes/routes/reference_entity_attributes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ get:
2929
"max_characters": null,
3030
"is_textarea": true,
3131
"is_rich_text_editor": true,
32-
"validation_rule": null,
32+
"validation_rule": "none",
3333
"validation_regexp": null
3434
},
3535
{

0 commit comments

Comments
 (0)