Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scaleway-async/scaleway_async/webhosting/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,7 @@ async def check_user_owns_domain(
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: ID of the project currently in use.
:return: :class:`CheckUserOwnsDomainResponse <CheckUserOwnsDomainResponse>`
:deprecated

Usage:
::
Expand Down
1 change: 1 addition & 0 deletions scaleway/scaleway/webhosting/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,7 @@ def check_user_owns_domain(
:param region: Region to target. If none is passed will use default region from the config.
:param project_id: ID of the project currently in use.
:return: :class:`CheckUserOwnsDomainResponse <CheckUserOwnsDomainResponse>`
:deprecated

Usage:
::
Expand Down
Loading