From 8dd1900375f23581e9bc55983f92fddfcf6642f9 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Tue, 26 Aug 2025 14:17:57 +0000 Subject: [PATCH] feat: update generated APIs --- scaleway-async/scaleway_async/webhosting/v1/api.py | 1 + scaleway/scaleway/webhosting/v1/api.py | 1 + 2 files changed, 2 insertions(+) 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: ::