Update property values for the system
PATCH/api/v4/properties/groups/:group_name/system/values
Update one or more property values attached to the Mattermost instance itself. Uses upsert semantics: creates the value if it doesn't exist, updates it if it does. Requires system administrator access. All field IDs must reference system object-type fields in the specified group; template field IDs are rejected with 400.
Request
Responses
- 200
- 400
- 401
- 403
System property values update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions