diff --git a/scaleway-async/scaleway_async/webhosting/v1/api.py b/scaleway-async/scaleway_async/webhosting/v1/api.py index e949b8c29..ea5d08268 100644 --- a/scaleway-async/scaleway_async/webhosting/v1/api.py +++ b/scaleway-async/scaleway_async/webhosting/v1/api.py @@ -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 ` + :deprecated Usage: :: diff --git a/scaleway/scaleway/webhosting/v1/api.py b/scaleway/scaleway/webhosting/v1/api.py index 9d785c5ab..ae2366ac9 100644 --- a/scaleway/scaleway/webhosting/v1/api.py +++ b/scaleway/scaleway/webhosting/v1/api.py @@ -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 ` + :deprecated Usage: ::