Sha256: e9cc03f0bd32428eecea4a0f73be0e84ad697c1fb922d072e4229f9441f8f83e

Contents?: true

Size: 1.5 KB

Versions: 23

Compression:

Stored size: 1.5 KB

Contents

openapi: 3.0.0
info:
  title: Sample API
  description: Optional multiline or single-line description in [CommonMark](http://commonmark.org/help/) or HTML.
  version: 0.1.9
servers:
  - url: https://test.pactflow.io
    description: Prod
  - url: https://test.test.pactflow.io
    description: Test
paths:
  /admin/teams/{uuid}:
    get:
      summary: Returns a team
      parameters:
        - name: uuid
          in: path
          description: The UUID of the team to return
          required: true
          example: 85ad09f5-e014-4e0f-a146-4377fa64b5ef
          schema:
            type: string
      responses:
        '200':
          description: A JSON team
          content:
            application/json:
              schema:
                type: object
                additionalProperties: false
                properties:
                  name:
                    type: string
                    example: Team Awesome
                  uuid:
                    type: string
                    example: 85ad09f5-e014-4e0f-a146-4377fa64b5ef
                  numberOfMembers:
                    type: integer
                    example: 4
                  _links:
                    type: object
                    properties:
                      self:
                        type: object
                        properties:
                          href:
                            type: string
                            example: http://test.pactflow.io/admin/teams/85ad09f5-e014-4e0f-a146-4377fa64b5ef

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
pact_broker-client-1.77.0 script/oas.yml
pact_broker-client-1.76.2 script/oas.yml
pact_broker-client-1.76.1 script/oas.yml
pact_broker-client-1.76.0 script/oas.yml
pact_broker-client-1.75.4 script/oas.yml
pact_broker-client-1.75.3 script/oas.yml
pact_broker-client-1.75.1 script/oas.yml
pact_broker-client-1.75.0 script/oas.yml
pact_broker-client-1.74.0 script/oas.yml
pact_broker-client-1.73.0 script/oas.yml
pact_broker-client-1.72.0 script/oas.yml
pact_broker-client-1.71.0 script/oas.yml
pact_broker-client-1.70.0 script/oas.yml
pact_broker-client-1.69.0 script/oas.yml
pact_broker-client-1.68.0 script/oas.yml
pact_broker-client-1.67.0 script/oas.yml
pact_broker-client-1.66.1 script/oas.yml
pact_broker-client-1.66.0 script/oas.yml
pact_broker-client-1.65.0 script/oas.yml
pact_broker-client-1.64.0 script/oas.yml