本人のPDSに作成したニュースレコードを非同期審査へ送る。
Input
Encoding
application/jsonsubject
refcom.atproto.repo.strongRef
Required
No description available.
Output
Encoding
application/jsonstatus
string
Required
No description available.
Known values:
pending, processing, approved, rejected, failed, cancelledErrors
AuthRequired
RateLimited
InvalidRecord
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": [
"subject"
],
"properties": {
"subject": {
"ref": "com.atproto.repo.strongRef",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
},
{
"name": "RateLimited"
},
{
"name": "InvalidRecord"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"status"
],
"properties": {
"status": {
"type": "string",
"knownValues": [
"pending",
"processing",
"approved",
"rejected",
"failed",
"cancelled"
]
}
}
},
"encoding": "application/json"
},
"description": "本人のPDSに作成したニュースレコードを非同期審査へ送る。"
}