Your IP : 216.73.216.91


Current Path : /var/www/html/inatote/api-rest/v1/docs/
Upload File :
Current File : /var/www/html/inatote/api-rest/v1/docs/swaggerSamplePostJSON.txt

openapi: 3.0.0
info:
  version: 1.0.0
  title: Slack Incoming Webhook
externalDocs:
  url: https://api.slack.com/incoming-webhooks
servers:
  - url: http://localhost/voltswitch/rest/v1
paths:
  /devices/getAll:
    post:
      requestBody:
        required: true
        content:
          application/x-www-form-urlencoded:
            schema:
              type: object
              properties:
                name:          # <!--- form field name
                  type: string
                fav_number:    # <!--- form field name
                  type: integer
              required:
                - name
                - email
      responses:
              '200':
               description: OK