Send information about interactions with feed items back to the feed generator that served them.
Input
Encoding
application/jsoninteractions
array
Required
No description provided.
Output
Encoding
application/jsonTry 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": [
"interactions"
],
"properties": {
"interactions": {
"type": "array",
"items": {
"ref": "app.bsky.feed.defs#interaction",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"output": {
"schema": {
"type": "object",
"properties": {}
},
"encoding": "application/json"
},
"description": "Send information about interactions with feed items back to the feed generator that served them."
}