Skip to content

Commit

Permalink
Merge pull request #1201 from datacite/put-openapi
Browse files Browse the repository at this point in the history
Description for PUT requests in OpenAPI
  • Loading branch information
codycooperross authored Jun 25, 2024
2 parents 9a43ab1 + 1fbbdeb commit ae1d18c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ paths:
tags:
- dois
summary: Update a doi.
description: PUT requests to the /dois endpoint will update a DOI record if it already exists and create a new record if the DOI name is not already taken.
security:
- BasicAuth: []
- bearerAuth: []
Expand Down

0 comments on commit ae1d18c

Please sign in to comment.