532681d5c0
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"id": "chat.bsky.group.approveJoinRequest",
|
|
"defs": {
|
|
"main": {
|
|
"type": "procedure",
|
|
"input": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"convoId",
|
|
"member"
|
|
],
|
|
"properties": {
|
|
"member": {
|
|
"type": "string",
|
|
"format": "did"
|
|
},
|
|
"convoId": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"errors": [
|
|
{
|
|
"name": "InvalidConvo"
|
|
},
|
|
{
|
|
"name": "InsufficientRole"
|
|
},
|
|
{
|
|
"name": "MemberLimitReached"
|
|
}
|
|
],
|
|
"output": {
|
|
"schema": {
|
|
"type": "object",
|
|
"required": [
|
|
"convo"
|
|
],
|
|
"properties": {
|
|
"convo": {
|
|
"ref": "chat.bsky.convo.defs#convoView",
|
|
"type": "ref"
|
|
}
|
|
}
|
|
},
|
|
"encoding": "application/json"
|
|
},
|
|
"description": "Approves a request to join a group (via join link) the user owns. Action taken by the group owner."
|
|
}
|
|
},
|
|
"$type": "com.atproto.lexicon.schema",
|
|
"lexicon": 1
|
|
}
|