Skip to content

Commit

Permalink
docs: add openapi yaml files #281
Browse files Browse the repository at this point in the history
  • Loading branch information
VKTB committed Feb 25, 2022
1 parent 412458c commit d4fc795
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1659,6 +1659,8 @@ components:
type: string
name:
type: string
pid:
type: string
startDate:
format: datetime
type: string
Expand Down Expand Up @@ -11013,19 +11015,5 @@ paths:
summary: Ping API connection method
tags:
- Ping
/search-api/datasets:
get: {}
/search-api/datasets/{pid}: {}
/search-api/datasets/count: {}
/search-api/documents:
get: {}
/search-api/documents/{pid}: {}
/search-api/documents/count: {}
/search-api/instruments:
get: {}
/search-api/instruments/{pid}: {}
/search-api/instruments/count: {}
/search-api/datasets/{pid}/files: {}
/search-api/datasets/{pid}/files/count: {}
security:
- session_id: []
Loading

0 comments on commit d4fc795

Please sign in to comment.