Skip to content
Snippets Groups Projects
Commit 58574fb7 authored by Ambrus Simon's avatar Ambrus Simon
Browse files

Extend rule api doc

parent f67eb1bb
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,23 @@ post:
get:
responses:
200:
body:
application/json:
schema: !include ../schemas/output/rule-list.json
post:
body:
application/json:
schema: !include ../schemas/input/rule-new.json
/{RuleId}:
uriParameters:
RuleId:
type: string
required: true
put:
body:
application/json:
schema: !include ../schemas/input/rule-update.json
/analyses:
type: analyses-list
/{AnalysisId}:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment