Skip to content

Commit

Permalink
Merge pull request #166 from neulab/public-analysis
Browse files Browse the repository at this point in the history
Allow performing analyses on public systems without logged in
  • Loading branch information
neubig authored May 10, 2022
2 parents da212e2 + 7bf68da commit db9cba7
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 db9cba7

Please sign in to comment.