A protected XRPC endpoint to get an at://advent challenge code for the user
Output
Encoding
application/jsoncode
string
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string"
}
}
},
"encoding": "application/json"
},
"description": "A protected XRPC endpoint to get an at://advent challenge code for the user"
}