# app.didpic.admin.applyPostLabel

> Published by [lexicons.didpic.app](https://lexicon.garden/identity/did:plc:an2jtp4jgkkbtmwfzhpbxawd)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.applyPostLabel)
- [Documentation](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.applyPostLabel/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.applyPostLabel/examples)

## Definitions

### `app.didpic.admin.applyPostLabel`

**Type**: `procedure`

Add a label to a post.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `uri` | `string` (at-uri) | Yes |  |
| `reason` | `string` | No |  |
| `labelValue` | `string` | Yes |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

## Raw Schema

```json
{
  "id": "app.didpic.admin.applyPostLabel",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "labelValue"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri"
            },
            "reason": {
              "type": "string"
            },
            "labelValue": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "Add a label to a post."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
