Create a group setting

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required
Body Params
string
string
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses
200

Successfully created group setting.

400

The new group setting has malformed parameters.

401

You do not have permission to create group settings.

404

The provided group was not found.

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!