Update SettingPUT
Create or update a single client profile setting by profile ID and setting key.
Authorization
Authorization<token>Bearer access token issued by the admin login flow.
In: header
Path Parameters
profileIdRequiredstringThe client profile ID that owns this setting.
keyRequiredstringSetting key. Pattern: ^[A-Za-z0-9_-:#]+$, max 256 chars.
Query Parameters
valuestringStored string value. Callers may encode JSON or any text. Max ~128 KB via the REST endpoint.
updatedAtstringTimestamp of the last write.
Format:
"date-time"A successful response.