Write one of the authenticated viewer's preferences.
Input
Encoding
application/jsonkind
string
Required
Lexicon ref naming the shape of value.
value
unknown
Required
No description available.
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": [
"kind",
"value"
],
"properties": {
"kind": {
"type": "string",
"description": "Lexicon ref naming the shape of value."
},
"value": {
"type": "unknown"
}
}
},
"encoding": "application/json"
},
"description": "Write one of the authenticated viewer's preferences."
}