Skip to content

Commit

Permalink
Merge pull request #149 from hubmapconsortium/yuanzhou/new-endpoint
Browse files Browse the repository at this point in the history
Add /entities/<id>/revisions
  • Loading branch information
yuanzhou authored Dec 15, 2021
2 parents 7652432 + ddb3265 commit 0eb1272
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api_endpoints.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "PUT",
"endpoint": "/datasets/<*>/retract",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.localhost.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/favicon.ico",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/favicon.ico",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.stage.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/favicon.ico",
Expand Down
5 changes: 5 additions & 0 deletions api_endpoints.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
"endpoint": "/datasets/<*>/revisions",
"auth": false
},
{
"method": "GET",
"endpoint": "/entities/<*>/revisions",
"auth": false
},
{
"method": "PUT",
"endpoint": "/datasets/<*>/retract",
Expand Down

0 comments on commit 0eb1272

Please sign in to comment.