pub.chive.claiming.rejectCoauthor

chive.pub

{
  "id": "pub.chive.claiming.rejectCoauthor",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "requestId"
          ],
          "properties": {
            "reason": {
              "type": "string",
              "maxLength": 500,
              "description": "Optional rejection reason"
            },
            "requestId": {
              "type": "integer",
              "description": "ID of the co-author request to reject"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "AuthenticationRequired"
        },
        {
          "name": "Forbidden"
        },
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "success": {
              "type": "boolean",
              "description": "Whether the rejection was successful"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Reject a pending co-author request. Only the PDS owner can reject."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.claiming.rejectCoauthor

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreihjci7cu46nbddut3xllbozhe5wwpziqklcmbvplig36vc7gsq33i
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.claiming.rejectCoauthor

Lexicon Garden

@