Refresh the authenticated viewer's publication sidebar projection.
Input
Encoding
application/jsonOutput
Encoding
application/jsonErrors
RefreshFailed
UpstreamUnavailable
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",
"properties": {}
},
"encoding": "application/json"
},
"errors": [
{
"name": "RefreshFailed"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Refresh the authenticated viewer's publication sidebar projection."
}