Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions simple.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
openapi: 3.0.1
info:
title: Tufin
Expand All @@ -5,28 +5,13 @@
servers:
- url: https://localhost:8080
components:
parameters:
groupId:
in: query
name: groupId
required: false
schema:
type: string
schemas:
GroupView:
type: object
properties:
data:
type: object
properties:
created:
type: string
format: date-time
readOnly: true
pattern: "^[a-z]+$"
id:
type: string
readOnly: true
name:
type: string
required:
Expand All @@ -45,12 +30,6 @@
description: Creates one project.
required: true
responses:
"200":
content:
application/json:
schema:
$ref: '#/components/schemas/GroupView'
description: SUCCESS
"400":
content:
application/json:
Expand Down
Loading