No description available.
Input
Encoding
application/jsonuris
array
Required
No description available.
maxLength: 200 itemsOutput
Encoding
application/jsonaccepted
integer
Required
No description available.
Errors
AuthRequired
InvalidRequest
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": [
"uris"
],
"properties": {
"uris": {
"type": "array",
"items": {
"type": "string",
"format": "at-uri",
"maxLength": 2048
},
"maxLength": 200
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
},
{
"name": "InvalidRequest"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"accepted"
],
"properties": {
"accepted": {
"type": "integer",
"maximum": 200,
"minimum": 0
}
}
},
"encoding": "application/json"
}
}