# iOS_Shortcut

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths: {}
components:
  schemas:
    iOS_Shortcut:
      properties:
        version:
          type: string
          title: Version
        update:
          type: string
          title: Update
        link:
          type: string
          title: Link
        link_en:
          type: string
          title: Link En
        note:
          type: string
          title: Note
        note_en:
          type: string
          title: Note En
      type: object
      required:
        - version
        - update
        - link
        - link_en
        - note
        - note_en
      title: iOS_Shortcut
      x-apifox-orders:
        - version
        - update
        - link
        - link_en
        - note
        - note_en
      x-apifox-folder: ''
  securitySchemes: {}
servers:
  - url: https://api.tikhub.io
    description: Production Environment
security: []

```
