こっそり投稿を作成する。本文は PDS レコードにせず AppView にのみ保存し、著者本人と botたん以外には返さない。URI は著者 DID を含まない AppView 発行の不透明なものになる。画像・リンクカード・チャンネル所属は扱わない。
Input
application/jsonbotSilent
boolean
Optional
No description available.
createdAt
stringdatetime
Required
An RFC 3339 formatted timestamp.
facets
array
Optional
No description available.
langs
array
Optional
No description available.
maxLength: 3 itemsreply
refcom.suibari.nagi.post#replyRef
Optional
こっそりスレッドへの返信。ルートが自分のこっそり投稿でなければ拒否される。
silentReply
boolean
Optional
true の返信は直接の返信先へ通知しない。返信以外では効果を持たない。
text
string
Required
No description available.
maxLength: 30000 bytesmaxGraphemes: 3000 graphemesOutput
application/jsoncid
stringcid
Required
A content identifier (CID) referencing immutable data.
uri
stringat-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
Errors
AuthRequired
InvalidRequest
ReplyNotAllowed
他人のこっそりスレッドには返信できない。 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": [
"text",
"createdAt"
],
"properties": {
"text": {
"type": "string",
"maxLength": 30000,
"maxGraphemes": 3000
},
"langs": {
"type": "array",
"items": {
"type": "string",
"format": "language"
},
"maxLength": 3
},
"reply": {
"ref": "com.suibari.nagi.post#replyRef",
"type": "ref",
"description": "こっそりスレッドへの返信。ルートが自分のこっそり投稿でなければ拒否される。"
},
"facets": {
"type": "array",
"items": {
"ref": "app.bsky.richtext.facet",
"type": "ref"
}
},
"botSilent": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"silentReply": {
"type": "boolean",
"description": "true の返信は直接の返信先へ通知しない。返信以外では効果を持たない。"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "AuthRequired"
},
{
"name": "InvalidRequest"
},
{
"name": "ReplyNotAllowed",
"description": "他人のこっそりスレッドには返信できない。"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"uri",
"cid"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
}
}
},
"encoding": "application/json"
},
"description": "こっそり投稿を作成する。本文は PDS レコードにせず AppView にのみ保存し、著者本人と botたん以外には返さない。URI は著者 DID を含まない AppView 発行の不透明なものになる。画像・リンクカード・チャンネル所属は扱わない。"
}