Mark all entries in a scope read in AppView.
Input
Encoding
application/jsonscope
ref#scope
Required
No description available.
Output
Encoding
application/jsonErrors
InvalidRequest
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",
"required": [
"scope"
],
"properties": {
"scope": {
"ref": "#scope",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidRequest"
},
{
"name": "UpstreamUnavailable"
}
],
"output": {
"schema": {
"ref": "app.thesocialwire.defs#jsonObject",
"type": "ref"
},
"encoding": "application/json"
},
"description": "Mark all entries in a scope read in AppView."
}