preferences
Update preference
Update a user's preference.
put/v1/preferences/{name}
Path parameters
namestring string required
Example:currencyPreference
The name of the preference. Will always overwrite. Will be created if it does not exist.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"data": [
"EUR"
]
}Response
Updated preference.
Changes
No recorded changes to this endpoint across all 1 revision of this API.