# Create/Update notification group notification group Update existing notification group link, create a new one otherwise. Endpoint: PUT /notification-group-notification-groups Version: 0.0.1 Security: o_auth ## Request fields (application/json): - `childId` (string, required) - `id` (string,null) - `organisationId` (string, required) - `parentId` (string, required) - `state` (string) Enum: "active", "deleted" ## Response 201 fields (application/json): - `childId` (string, required) - `deletedAt` (string,null) - `id` (string,null) - `organisationId` (string, required) - `parentId` (string, required) - `state` (string) Enum: "active", "deleted" ## Response 400 fields (application/json): - `code` (integer) - `message` (string) ## Response 401 fields (application/json): - `code` (integer) - `message` (string) ## Response 403 fields (application/json): - `code` (integer) - `message` (string) ## Response 410 fields (application/json): - `code` (integer) - `message` (string) ## Response 422 fields (application/json): - `code` (integer) - `message` (string) ## Response 204 fields ## Response 500 fields ## Response 501 fields