Skip to content

Commit

Permalink
[Docs] Fix docstrings for api gateway's methods (#5702)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokatyy committed Jun 4, 2024
1 parent f580138 commit 2e5f204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mlrun/db/httpdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3654,8 +3654,8 @@ def store_api_gateway(
"""
Stores an API Gateway.
:param api_gateway {py:class}`~mlrun.runtimes.nuclio.APIGateway` or
{py:class}`~mlrun.common.schemas.APIGateway`: API Gateway entity.
:param api_gateway: :py:class:`~mlrun.runtimes.nuclio.APIGateway`
or :py:class:`~mlrun.common.schemas.APIGateway`: API Gateway entity.
:param project: project name. Mandatory if api_gateway is mlrun.common.schemas.APIGateway.
:returns: :py:class:`~mlrun.common.schemas.APIGateway`.
Expand Down

0 comments on commit 2e5f204

Please sign in to comment.