github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/schemas/gitlab_sync.yaml (about)

     1  ---
     2  gitlab_sync:
     3    type: object
     4    title: gitlab_sync
     5    properties:
     6      id:
     7        type: string
     8      project_id:
     9        type: string
    10      gitlab_project_id:
    11        type: integer
    12      gitlab_branch_name:
    13        type: string
    14      auto_import:
    15        type: boolean
    16      auto_import_secret:
    17        type: string
    18      auto_import_url:
    19        type: string
    20      self_hosted_api_url:
    21        type: string
    22      last_exported_at:
    23        type: string
    24        format: date-time
    25      last_imported_at:
    26        type: string
    27        format: date-time
    28      last_status:
    29        type: string
    30    example:
    31      id: abcd1234cdef1234abcd1234cdef1234
    32      project_id: ft5yufdh1234cdef1234abc5d12d4cdef123
    33      gitlab_project_id: 18188930
    34      gitlab_branch_name: master
    35      auto_import: true
    36      auto_import_secret: import_secret
    37      auto_import_url: import_url
    38      self_hosted_api_url: www.example.com/api/v4
    39      last_exported_at: '2015-01-28T12:55:14.000+00:00'
    40      last_imported_at: '2015-01-28T12:55:14.000+00:00'
    41      last_status: success