repository CRUD
This commit is contained in:
parent
29e855e5b3
commit
6da0e8966b
6 changed files with 159 additions and 1 deletions
|
|
@ -113,6 +113,8 @@ The v0.1 API covers the main registration, analysis, review, search, and inspect
|
|||
GET /repos
|
||||
POST /repos
|
||||
GET /repos/{id}
|
||||
PATCH /repos/{id}
|
||||
DELETE /repos/{id}
|
||||
POST /repos/{id}/analysis-runs
|
||||
GET /repos/{id}/analysis-runs
|
||||
GET /repos/{id}/analysis-runs/{run_id}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue