Skip to content

Commit

Permalink
Added project service API (#424)
Browse files Browse the repository at this point in the history
* Added project service API

* changed service name
  • Loading branch information
ywkim312 authored Oct 17, 2024
1 parent cebd430 commit 4233a47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Added
- API documentation for project service [#423](https://github.com/IN-CORE/incore-docs/issues/423)

### Changed
- Update docs according to support Interdependent recovery analysis [#417](https://github.com/IN-CORE/incore-docs/issues/417)

Expand Down
3 changes: 2 additions & 1 deletion restapi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
{url: window.location.protocol + '//' + window.location.host + "/data/api/openapi.json", name: "Data"},
{url: window.location.protocol + '//' + window.location.host + "/dfr3/api/openapi.json", name: "DFR3"},
{url: window.location.protocol + '//' + window.location.host + "/semantics/api/openapi.json", name: "Semantics"},
{url: window.location.protocol + '//' + window.location.host + "/space/api/openapi.json", name: "Space"}
{url: window.location.protocol + '//' + window.location.host + "/space/api/openapi.json", name: "Space"},
{url: window.location.protocol + '//' + window.location.host + "/project/api/openapi.json", name: "Project"}
],
dom_id: '#swagger-ui',
deepLinking: true,
Expand Down

0 comments on commit 4233a47

Please sign in to comment.