Skip to content
Snippets Groups Projects
Commit 9ff5a2a1 authored by Janet Goldstein's avatar Janet Goldstein
Browse files

WS-858: correct pydoc

parent dabc65dd
No related branches found
No related tags found
1 merge request!718WS-858: fix bugs in `create_follow_on_capability_request`, hopefully for the last time
Pipeline #4021 passed
......@@ -129,7 +129,6 @@ def create_follow_on_capability_request(request: Request) -> Response:
URL: capability/request/{request_id}/followon/{followon_type}
:param request: POST request
:param version: version of the request for which we want to create a follow-on request
:return: 200 OK response with JSON-formatted info of newly created capability request
or 400 response (HTTPBadRequest) if expected parameters not given
or 412 response (HTTPPreconditionFailed) if capability with given name does not exist and thus cannot be
......
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