Set the private preferences attached to the account.
Input
Encoding
application/jsonpreferences
refsocial.clippr.actor.defs#preferences
Required
A ref to the user's preferences
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"preferences"
],
"properties": {
"preferences": {
"ref": "social.clippr.actor.defs#preferences",
"type": "ref",
"description": "A ref to the user's preferences"
}
}
},
"encoding": "application/json"
},
"description": "Set the private preferences attached to the account."
}