Mark all unread articles in effective follow set as read.
Input
Encoding
application/jsonOutput
Encoding
application/jsondocumentUris
array
Required
No description available.
markedCount
integer
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",
"properties": {}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"required": [
"markedCount",
"documentUris"
],
"properties": {
"markedCount": {
"type": "integer"
},
"documentUris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri"
}
}
}
},
"encoding": "application/json"
},
"description": "Mark all unread articles in effective follow set as read."
}