# Seed sample opportunities

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /admin_seed:
    post:
      summary: Seed sample opportunities
      deprecated: false
      description: ''
      tags:
        - Admin
        - Admin
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                clear_existing:
                  type: boolean
                  default: false
              x-apidog-orders:
                - clear_existing
      responses:
        '200':
          description: Seeding complete
          headers: {}
          x-apidog-name: ''
      security: []
      x-apidog-folder: Admin
      x-apidog-status: released
      x-run-in-apidog: https://app.apidog.com/web/project/1150986/apis/api-25474687-run
components:
  schemas: {}
  securitySchemes: {}
servers:
  - url: https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1
    description: Production server
security: []

```
