Skip to content

Commit 6bda4a8

Browse files
authored
feat(webhosting): deprecate CheckUserOwnsDomain endpoint (scaleway#1177)
1 parent 5db8306 commit 6bda4a8

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/webhosting/v1
  • scaleway/scaleway/webhosting/v1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/webhosting/v1/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,7 @@ async def check_user_owns_domain(
11061106
:param region: Region to target. If none is passed will use default region from the config.
11071107
:param project_id: ID of the project currently in use.
11081108
:return: :class:`CheckUserOwnsDomainResponse <CheckUserOwnsDomainResponse>`
1109+
:deprecated
11091110
11101111
Usage:
11111112
::

scaleway/scaleway/webhosting/v1/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,7 @@ def check_user_owns_domain(
11061106
:param region: Region to target. If none is passed will use default region from the config.
11071107
:param project_id: ID of the project currently in use.
11081108
:return: :class:`CheckUserOwnsDomainResponse <CheckUserOwnsDomainResponse>`
1109+
:deprecated
11091110
11101111
Usage:
11111112
::

0 commit comments

Comments
 (0)