# app.didpic.admin.testPushToken

> 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.testPushToken)
- [Documentation](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.testPushToken/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:an2jtp4jgkkbtmwfzhpbxawd/app.didpic.admin.testPushToken/examples)

## Definitions

### `app.didpic.admin.testPushToken`

**Type**: `procedure`

Send a test Expo push to a token.

#### Input

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `body` | `string` | No |  |
| `title` | `string` | No |  |
| `token` | `string` | Yes |  |

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `ok` | `boolean` | Yes |  |
| `error` | `string` | No |  |
| `ticket` | `unknown` | No |  |

## Raw Schema

```json
{
  "id": "app.didpic.admin.testPushToken",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "token"
          ],
          "properties": {
            "body": {
              "type": "string"
            },
            "title": {
              "type": "string"
            },
            "token": {
              "type": "string"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "ok"
          ],
          "properties": {
            "ok": {
              "type": "boolean"
            },
            "error": {
              "type": "string"
            },
            "ticket": {
              "type": "unknown"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Send a test Expo push to a token."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
