No description available.
Input
Encoding
application/jsonseenAt
stringdatetime
Required
An RFC 3339 formatted timestamp.
Output
Encoding
application/jsonupdated
integer
Required
No description available.
Errors
AuthRequired
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": [
"seenAt"
],
"properties": {
"seenAt": {
"type": "string",
"format": "datetime"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"updated"
],
"properties": {
"updated": {
"type": "integer",
"minimum": 0
}
}
},
"encoding": "application/json"
}
}