Subscribe to stream of labels (and negations). Public endpoint implemented by mod services. Uses same sequencing scheme as repo event stream.
Parameters
Errors
FutureCursor
View raw schema
{
"type": "subscription",
"errors": [
{
"name": "FutureCursor"
}
],
"message": {
"schema": {
"refs": [
"#labels",
"#info"
],
"type": "union"
}
},
"parameters": {
"type": "params",
"properties": {
"cursor": {
"type": "integer",
"description": "The last known event seq number to backfill from."
}
}
},
"description": "Subscribe to stream of labels (and negations). Public endpoint implemented by mod services. Uses same sequencing scheme as repo event stream."
}