-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
openapi: 3.0.1 | ||
|
||
servers: | ||
- description: Debug environment | ||
url: http://localhost:<TODO:portnumber>/ | ||
- description: Local Vagrant machine | ||
url: http://test.dans.knaw.nl | ||
- description: Local machine | ||
url: http://localhost:20130/ | ||
|
||
info: | ||
description: Private interface for generating Deposit Agreements for depositing datasets to EASY | ||
version: 1.0.0 | ||
title: Deposit Agreement API | ||
version: 2.0.4 | ||
title: Deposit Agreement Creator API | ||
contact: | ||
email: [email protected] | ||
license: | ||
|
@@ -39,6 +38,8 @@ paths: | |
description: Service is unavailable because of an error. | ||
/create: | ||
post: | ||
tags: | ||
- agreement | ||
summary: Returns a Deposit Agreement based on the EASY datasetId in Fedora | ||
parameters: | ||
- name: datasetId | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters