Marks notifications for a specific message as seen.
Parameters
Output
Encoding
application/jsonupdated
integer
Required
No description available.
Errors
AuthRequired
Missing, malformed, or unverifiable service auth. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"errors": [
{
"name": "AuthRequired",
"description": "Missing, malformed, or unverifiable service auth."
}
],
"output": {
"schema": {
"type": "object",
"required": [
"updated"
],
"properties": {
"updated": {
"type": "integer"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"message"
],
"properties": {
"message": {
"type": "string",
"format": "at-uri"
}
}
},
"description": "Marks notifications for a specific message as seen."
}