Skip to content

Commit

Permalink
remove required attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Oct 24, 2023
1 parent c0c2a17 commit 08e4af9
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions neurostore-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,16 @@ paths:
schema:
$ref: '#/components/schemas/studyset-return'
examples: {}
application/gzip:
schema:
type: object
properties: {}
'404':
$ref: '#/components/responses/404'
description: Retrieve the information of a studyset with the matching studyset ID.
parameters:
- $ref: '#/components/parameters/nested'
- $ref: '#/components/parameters/gzip'
put:
summary: PUT/update a studyset
responses:
Expand Down Expand Up @@ -1513,9 +1518,6 @@ components:
resource-attributes:
allOf:
- $ref: '#/components/schemas/readable-resource-attributes'
required:
- created_at
- updated_at
- $ref: '#/components/schemas/writeable-resource-attributes'
requred:
- id
Expand Down Expand Up @@ -1570,7 +1572,7 @@ components:
readOnly: true
updated_at:
type: string
description: when was the resource last modified/updated.
description: when the resource was last modified/updated.
nullable: true
readOnly: true
writeable-resource-attributes:
Expand Down Expand Up @@ -2007,6 +2009,13 @@ components:
schema:
type: boolean
description: show additional for endpoint-object relationships without being fully nested. Incompatible with nested
gzip:
name: gzip
in: query
required: false
schema:
type: boolean
description: return the content as gzipped content
securitySchemes:
JSON-Web-Token:
type: http
Expand Down

0 comments on commit 08e4af9

Please sign in to comment.