Skip to content

Commit 1e41371

Browse files
committed
Add new field in updates too
1 parent f3d107b commit 1e41371

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ example: [
1111
"type": "text",
1212
"localizable": true,
1313
"scopable": false,
14+
"is_required_for_completeness": true,
1415
"max_characters": null,
1516
"is_textarea": true,
1617
"is_rich_text_editor": true,
@@ -26,6 +27,7 @@ example: [
2627
"type": "text",
2728
"localizable": true,
2829
"scopable": false,
30+
"is_required_for_completeness": false,
2931
"max_characters": 100,
3032
"is_textarea": false,
3133
"is_rich_text_editor": null,
@@ -41,6 +43,7 @@ example: [
4143
"type": "image",
4244
"localizable": true,
4345
"scopable": false,
46+
"is_required_for_completeness": true,
4447
"allowed_extensions": ["png"],
4548
"max_file_size": "1000"
4649
}

0 commit comments

Comments
 (0)