post
https://{targetURL}/api/v1/users/settings
Creates a new setting on the current user's own account. The body must include a non-empty key and value; either is missing returns 400. A duplicate key for the same user returns 409 Conflict. Admins creating settings on behalf of another user should use the {userID}/settings variant.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successfully created current user setting.
400The provided new user setting has malformed parameters.
401You do not have permission to create user settings.
404The provided user setting was not found.