Update the default Group Schema

POST {{baseUrl}}/api/v1/meta/schemas/group/default

Updates the default group schema. This updates, adds, or removes one or more custom Group Profile properties in the schema.

Request Body

{"definitions"=>{"custom"=>{"id"=>"#custom", "type"=>"object", "properties"=>{"groupContact"=>{"title"=>"Group administrative contact", "description"=>"Group administrative contact", "type"=>"string", "required"=>false, "minLength"=>1, "maxLength"=>20, "permissions"=>[{"principal"=>"SELF", "action"=>"READ_WRITE"}]}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"Response with a subset of properties for brevity":{"$ref":"#/components/examples/GroupSchemaResponse"}}