Update the system content flagging configuration
PUT/api/v4/content_flagging/config
Updates the system configuration for content flagging, including settings related to notifications, flagging configurations, etc.. Only system admins can access this endpoint.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Configuration updated successfully
Bad request - Invalid input data or missing required fields.
User does not have permission to manage system configuration.
Feature is disabled via the feature flag.
Internal server error.