Skip to content

Commit

Permalink
Allow public analyses
Browse files Browse the repository at this point in the history
  • Loading branch information
OscarWang114 committed May 10, 2022
1 parent da212e2 commit 7bf68da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ paths:
post:
summary: Returns analysis result(s) of one or multiple systems
description: Returns analysis result(s) of one or multiple systems
security:
- ApiKeyAuth: []
- BearerAuth: []
- {}
requestBody:
required: true
content:
Expand Down

0 comments on commit 7bf68da

Please sign in to comment.