This page was last edited on October 31, 2023, at 13:32.
Comments or questions about this documentation? Contact us for support!
This operation is part of the User Settings API section of the Web Services API.
Updates the specified setting.
Request URL | /users/{id}/settings/{group-name} or /me/settings/{group-name} |
---|---|
HTTP Method | PUT |
Required Features | api-provisioning-write |
Parameter | Value |
---|---|
<key> | Specify the "key" attribute defined for the setting. If the "key" attribute was not specified when the setting was created, you should use the "name" attribute. |
value | The value of the setting. |
PUT /me/settings/my-setting-group
{
"name": "My Third Setting",
"value": "yellow"
}
{
"statusCode": 0
}