No description available.
Parameters
Output
Encoding
application/jsonTry It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"ref": "lol.skittr.skitpic.entry#main",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"actor",
"tid"
],
"properties": {
"tid": {
"type": "string",
"format": "tid",
"description": "TID of an entry"
},
"actor": {
"type": "string",
"format": "at-identifier",
"description": "Handle or DID of the actor"
}
}
}
}