games.gamesgamesgamesgames.acceptContribution

gamesgamesgamesgames.games

Documentation

Accept a mod-approved contribution patch, merging changes into the entity record.

main procedure

Accept a mod-approved contribution patch, merging changes into the entity record.

Input

Encodingapplication/json
contributionPatch stringat-uri Required

URI of the contributionPatch record to accept.

Output

Encodingapplication/json
uri stringat-uri Required

URI of the updated entity record.

Try It

Requests are sent directly from your browser. Some servers may block requests due to CORS.

Base URL for XRPC calls (e.g., https://bsky.social)
Enter valid JSON for the request body
View raw schema
{
  "type": "procedure",
  "input": {
    "schema": {
      "type": "object",
      "required": [
        "contributionPatch"
      ],
      "properties": {
        "contributionPatch": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the contributionPatch record to accept."
        }
      }
    },
    "encoding": "application/json"
  },
  "output": {
    "schema": {
      "type": "object",
      "required": [
        "uri"
      ],
      "properties": {
        "uri": {
          "type": "string",
          "format": "at-uri",
          "description": "URI of the updated entity record."
        }
      }
    },
    "encoding": "application/json"
  },
  "description": "Accept a mod-approved contribution patch, merging changes into the entity record."
}

Lexicon Garden

@