Skip to content

Commit d52c9ee

Browse files
Update simple.yaml to modify property attributes
Changed 'created' property to be writable and updated required fields.
1 parent 8089e33 commit d52c9ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

simple.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ components:
2222
created:
2323
type: string
2424
format: date-time
25-
readOnly: true
25+
readOnly: false
2626
pattern: "^[a-z]+$"
2727
id:
2828
type: string
@@ -43,15 +43,15 @@ paths:
4343
schema:
4444
$ref: '#/components/schemas/GroupView'
4545
description: Creates one project.
46-
required: true
46+
required: false
4747
responses:
4848
"200":
4949
content:
5050
application/json:
5151
schema:
5252
$ref: '#/components/schemas/GroupView'
5353
description: OK
54-
"409":
54+
"401":
5555
content:
5656
application/json:
5757
schema:

0 commit comments

Comments
 (0)