Gets the requesting user's own settings, as the AppView currently holds them.
Output
Encoding
application/jsonpreferences
refsocial.colibri.beta.actor.defs#preferences
Required
The requesting user's settings.
Errors
AuthRequired
The request has no valid service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthRequired",
"description": "The request has no valid service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"preferences"
],
"properties": {
"preferences": {
"ref": "social.colibri.beta.actor.defs#preferences",
"type": "ref",
"description": "The requesting user's settings."
}
}
},
"encoding": "application/json"
},
"description": "Gets the requesting user's own settings, as the AppView currently holds them."
}