post
https://{targetURL}/api/v1/groups//settings
Creates a new group setting on the specified group. The body must include a non-empty key and value; either is missing returns 400. If a setting with the same key already exists on the group, the call returns 409 Conflict. Requires group-admin privileges. Use this when administering a specific group different from your active one.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successfully created group setting.
400The new group setting has malformed parameters.
401You do not have permission to create group settings.
404The provided group was not found.