Skip to content

Commit

Permalink
Comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
dbutenhof committed Oct 20, 2021
1 parent 2ab5f6c commit 45b2f9b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/pbench/server/api/resources/query_apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,11 +463,17 @@ def _post(self, json_data: JSON, _) -> Response:
"""
Perform the requested POST operation, and handle any exceptions.
NOTE: This is called by the ApiBase post() method through its dispatch
This is called by the ApiBase post() method through its dispatch
method, which provides parameter validation.
NOTE: This method relies on the "controller" and "name" JSON parameters
being part of the API Schema defined by any subclass that extends this
base class. (This is checked by the constructor.)
Args:
json_data: Type-normalized client JSON input
controller: Dataset controller name
name: Dataset name
_: Original incoming Request object (not used)
Returns:
Expand Down

0 comments on commit 45b2f9b

Please sign in to comment.