# games.gamesgamesgamesgames.acceptContribution

> Published by [gamesgamesgamesgames.games](https://lexicon.garden/identity/did:web:gamesgamesgamesgames.games)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.acceptContribution)
- [Documentation](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.acceptContribution/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:gamesgamesgamesgames.games/games.gamesgamesgamesgames.acceptContribution/examples)

## Definitions

### `games.gamesgamesgamesgames.acceptContribution`

**Type**: `procedure`

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

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `contributionPatch` | `string` (at-uri) | Yes | URI of the contributionPatch record to accept. |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uri` | `string` (at-uri) | Yes | URI of the updated entity record. |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.acceptContribution",
  "defs": {
    "main": {
      "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."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
