Skip to content

Commit

Permalink
added collections/<*>/register-doi endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekFurstPitt committed Sep 23, 2024
1 parent c82ca5e commit 69d79fd
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
"89a69625-99d7-11ea-9366-0e98982705c1"
]
},
{
"method": "PUT",
"endpoint": "/collections/<*>/register-doi",
"auth": true,
"groups": [
"89a69625-99d7-11ea-9366-0e98982705c1"
]
},
{
"method": "PUT",
"endpoint": "/datasets/bulk/submit",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
"89a69625-99d7-11ea-9366-0e98982705c1"
]
},
{
"method": "PUT",
"endpoint": "/collections/<*>/register-doi",
"auth": true,
"groups": [
"89a69625-99d7-11ea-9366-0e98982705c1"
]
},
{
"method": "PUT",
"endpoint": "/datasets/bulk/submit",
Expand Down
8 changes: 8 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@
"89a69625-99d7-11ea-9366-0e98982705c1"
]
},
{
"method": "PUT",
"endpoint": "/collections/<*>/register-doi",
"auth": true,
"groups": [
"89a69625-99d7-11ea-9366-0e98982705c1"
]
},
{
"method": "PUT",
"endpoint": "/datasets/bulk/submit",
Expand Down

0 comments on commit 69d79fd

Please sign in to comment.