# notification_v1_orgs_notifications_update Mixin that includes the StudentTokenAuthentication and IsAdminUserOrStudent Endpoint: PUT /api/notification/v1/orgs/{org}/notifications/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) ## Request fields (application/json): - `username` (string, required) - `status` (any) - `context` (any,null) - `created_at` (string) ## Response 200 fields (application/json): - `id` (string, required) - `username` (string, required) - `title` (string, required) - `body` (string, required) - `status` (any) - `channel` (string,null, required) - `context` (any,null) - `short_message` (string, required) - `created_at` (string) - `updated_at` (string, required)