Skip to content

Commit

Permalink
Fix some problems
Browse files Browse the repository at this point in the history
  • Loading branch information
coverbeck committed Jun 7, 2024
1 parent ae14cff commit cc7668a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/main/resources/zenodo-1.0.0-swagger-2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,14 @@ paths:
- preview
produces:
- application/json
responses:
'200':
description: OK
schema:
$ref: '#/definitions/Record'
/records/{recordId}/versions:
get:
summary: Get a single record
summary: Get a single record's versions
parameters:
- in: path
name: recordId
Expand All @@ -671,7 +675,6 @@ paths:
schema:
$ref: '#/definitions/SearchResult'

>>>>>>> c79fac7 (Save work)
securityDefinitions:
zenodo_auth:
type: oauth2
Expand Down

0 comments on commit cc7668a

Please sign in to comment.