Skip to content

Commit 3cb1722

Browse files
ahocquardNolwennP
authored andcommitted
Fix examples of attributes for the reference entities
1 parent 4a6f408 commit 3cb1722

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,5 @@ example: {
8989
"is_textarea": true,
9090
"is_rich_text_editor": true,
9191
"validation_rule": null,
92-
"validation_regexp": null,
93-
"reference_entity_code": null
92+
"validation_regexp": null
9493
}

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ get:
5151
"type": "text",
5252
"localizable": false,
5353
"scopable": false,
54-
"is_required_for_completeness": false,
55-
"reference_entity_code": null
54+
"is_required_for_completeness": false
5655
},
5756
{
5857
"_links": {

0 commit comments

Comments
 (0)