Skip to content

Commit

Permalink
Fix documentation for a docking API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
luk27official committed Apr 11, 2024
1 parent fc7f25d commit 6db64e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/prankweb.open-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/DockingTaskList'
/docking/{database}/{prediction_task_id}/public/result.json:
/docking/{database}/{prediction_task_id}/{docking_task_hash}/public/result.json:
get:
parameters:
- in: path
Expand All @@ -101,8 +101,8 @@ paths:
required: true
schema:
$ref: '#/components/schemas/PredictionTaskId'
- in: query
name: hash
- in: path
name: docking_task_hash
required: true
schema:
type: string
Expand Down

0 comments on commit 6db64e4

Please sign in to comment.