Skip to content

Commit f23fcc6

Browse files
committed
[backend] Allow organization with name of 1 char (ex: X)
1 parent b8edcd6 commit f23fcc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencti-platform/opencti-graphql/config/schema/opencti.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4656,7 +4656,7 @@ input IdentityAddInput {
46564656
stix_id: StixId
46574657
x_opencti_stix_ids: [StixId]
46584658
type: IdentityType!
4659-
name: String! @constraint(minLength: 2, format: "not-blank")
4659+
name: String! @constraint(minLength: 1 format: "not-blank")
46604660
description: String
46614661
contact_information: String
46624662
roles: [String]

0 commit comments

Comments
 (0)