# support.supper.feed.resolveCheerSubject

> Published by [supper.support](https://lexicon.garden/identity/did:plc:mcsqdltevtjpu26xthzzmm2l)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:mcsqdltevtjpu26xthzzmm2l/support.supper.feed.resolveCheerSubject)
- [Documentation](https://lexicon.garden/lexicon/did:plc:mcsqdltevtjpu26xthzzmm2l/support.supper.feed.resolveCheerSubject/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:mcsqdltevtjpu26xthzzmm2l/support.supper.feed.resolveCheerSubject/examples)

## Definitions

### `support.supper.feed.resolveCheerSubject`

**Type**: `query`

Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `cid` | `string` (cid) | Yes | CID of the current public microblog anchor revision. |
| `uri` | `string` (at-uri) | Yes | Exact AT URI of the public app.bsky.feed.post distribution anchor. |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `subject` | `string` (at-uri) | No |  |

## Raw Schema

```json
{
  "id": "support.supper.feed.resolveCheerSubject",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "subject": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "uri",
          "cid"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid",
            "description": "CID of the current public microblog anchor revision."
          },
          "uri": {
            "type": "string",
            "format": "at-uri",
            "description": "Exact AT URI of the public app.bsky.feed.post distribution anchor."
          }
        }
      },
      "description": "Find an indexed Standard Site document that declares an exact author-owned microblog distribution anchor. This is a candidate lookup; readers must verify the live document and anchor before canonicalizing Cheers. Ambiguous candidates fail closed. No authentication is required; responses contain public records only."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
