# tools.ozone.set.upsertSet

> Published by [ozone-lexicons.bsky.social](https://lexicon.garden/identity/did:plc:33dt5kftu3jq2h5h4jjlqezt)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:33dt5kftu3jq2h5h4jjlqezt/tools.ozone.set.upsertSet)
- [Documentation](https://lexicon.garden/lexicon/did:plc:33dt5kftu3jq2h5h4jjlqezt/tools.ozone.set.upsertSet/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:33dt5kftu3jq2h5h4jjlqezt/tools.ozone.set.upsertSet/examples)

## Definitions

### `tools.ozone.set.upsertSet`

**Type**: `procedure`

Create or update set metadata

#### Input

**Encoding**: `application/json`

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "tools.ozone.set.upsertSet",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "ref": "tools.ozone.set.defs#set",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "tools.ozone.set.defs#setView",
          "type": "ref"
        },
        "encoding": "application/json"
      },
      "description": "Create or update set metadata"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
