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
456 changes: 228 additions & 228 deletions sdk-endpoints.txt

Large diffs are not rendered by default.

54 changes: 27 additions & 27 deletions src/otari/_client/api/admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self, api_client=None) -> None:


@validate_call
def get_administration_access_v1_admin_access_get(
def get_administration_access_api_v1_admin_access_get(
self,
_request_timeout: Union[
None,
Expand Down Expand Up @@ -84,7 +84,7 @@ def get_administration_access_v1_admin_access_get(
:return: Returns the result object.
""" # noqa: E501

_param = self._get_administration_access_v1_admin_access_get_serialize(
_param = self._get_administration_access_api_v1_admin_access_get_serialize(
_request_auth=_request_auth,
_content_type=_content_type,
_headers=_headers,
Expand All @@ -106,7 +106,7 @@ def get_administration_access_v1_admin_access_get(


@validate_call
def get_administration_access_v1_admin_access_get_with_http_info(
def get_administration_access_api_v1_admin_access_get_with_http_info(
self,
_request_timeout: Union[
None,
Expand Down Expand Up @@ -147,7 +147,7 @@ def get_administration_access_v1_admin_access_get_with_http_info(
:return: Returns the result object.
""" # noqa: E501

_param = self._get_administration_access_v1_admin_access_get_serialize(
_param = self._get_administration_access_api_v1_admin_access_get_serialize(
_request_auth=_request_auth,
_content_type=_content_type,
_headers=_headers,
Expand All @@ -169,7 +169,7 @@ def get_administration_access_v1_admin_access_get_with_http_info(


@validate_call
def get_administration_access_v1_admin_access_get_without_preload_content(
def get_administration_access_api_v1_admin_access_get_without_preload_content(
self,
_request_timeout: Union[
None,
Expand Down Expand Up @@ -210,7 +210,7 @@ def get_administration_access_v1_admin_access_get_without_preload_content(
:return: Returns the result object.
""" # noqa: E501

_param = self._get_administration_access_v1_admin_access_get_serialize(
_param = self._get_administration_access_api_v1_admin_access_get_serialize(
_request_auth=_request_auth,
_content_type=_content_type,
_headers=_headers,
Expand All @@ -227,7 +227,7 @@ def get_administration_access_v1_admin_access_get_without_preload_content(
return response_data.response


def _get_administration_access_v1_admin_access_get_serialize(
def _get_administration_access_api_v1_admin_access_get_serialize(
self,
_request_auth,
_content_type,
Expand Down Expand Up @@ -273,7 +273,7 @@ def _get_administration_access_v1_admin_access_get_serialize(

return self.api_client.param_serialize(
method='GET',
resource_path='/v1/admin/access',
resource_path='/api/v1/admin/access',
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand All @@ -290,7 +290,7 @@ def _get_administration_access_v1_admin_access_get_serialize(


@validate_call
def list_deployment_users_v1_admin_users_get(
def list_deployment_users_api_v1_admin_users_get(
self,
skip: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Number of records to skip")] = None,
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Maximum number of records to return")] = None,
Expand All @@ -309,7 +309,7 @@ def list_deployment_users_v1_admin_users_get(
) -> DeploymentUsersPublic:
"""List Deployment Users

List every account on this deployment, with the organizations each belongs to. Deployment-wide, so it is not the same list as ``GET /v1/organizations/me/members``: that one is the caller's organization roster and drops a suspended membership, while this one carries every identity at whatever standing, including one whose memberships are all suspended. Each row also reports when the account last signed in to the dashboard, and null there means never.
List every account on this deployment, with the organizations each belongs to. Deployment-wide, so it is not the same list as ``GET /api/v1/organizations/me/members``: that one is the caller's organization roster and drops a suspended membership, while this one carries every identity at whatever standing, including one whose memberships are all suspended. Each row also reports when the account last signed in to the dashboard, and null there means never.

:param skip: Number of records to skip
:type skip: int
Expand Down Expand Up @@ -337,7 +337,7 @@ def list_deployment_users_v1_admin_users_get(
:return: Returns the result object.
""" # noqa: E501

_param = self._list_deployment_users_v1_admin_users_get_serialize(
_param = self._list_deployment_users_api_v1_admin_users_get_serialize(
skip=skip,
limit=limit,
_request_auth=_request_auth,
Expand All @@ -362,7 +362,7 @@ def list_deployment_users_v1_admin_users_get(


@validate_call
def list_deployment_users_v1_admin_users_get_with_http_info(
def list_deployment_users_api_v1_admin_users_get_with_http_info(
self,
skip: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Number of records to skip")] = None,
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Maximum number of records to return")] = None,
Expand All @@ -381,7 +381,7 @@ def list_deployment_users_v1_admin_users_get_with_http_info(
) -> ApiResponse[DeploymentUsersPublic]:
"""List Deployment Users

List every account on this deployment, with the organizations each belongs to. Deployment-wide, so it is not the same list as ``GET /v1/organizations/me/members``: that one is the caller's organization roster and drops a suspended membership, while this one carries every identity at whatever standing, including one whose memberships are all suspended. Each row also reports when the account last signed in to the dashboard, and null there means never.
List every account on this deployment, with the organizations each belongs to. Deployment-wide, so it is not the same list as ``GET /api/v1/organizations/me/members``: that one is the caller's organization roster and drops a suspended membership, while this one carries every identity at whatever standing, including one whose memberships are all suspended. Each row also reports when the account last signed in to the dashboard, and null there means never.

:param skip: Number of records to skip
:type skip: int
Expand Down Expand Up @@ -409,7 +409,7 @@ def list_deployment_users_v1_admin_users_get_with_http_info(
:return: Returns the result object.
""" # noqa: E501

_param = self._list_deployment_users_v1_admin_users_get_serialize(
_param = self._list_deployment_users_api_v1_admin_users_get_serialize(
skip=skip,
limit=limit,
_request_auth=_request_auth,
Expand All @@ -434,7 +434,7 @@ def list_deployment_users_v1_admin_users_get_with_http_info(


@validate_call
def list_deployment_users_v1_admin_users_get_without_preload_content(
def list_deployment_users_api_v1_admin_users_get_without_preload_content(
self,
skip: Annotated[Optional[Annotated[int, Field(strict=True, ge=0)]], Field(description="Number of records to skip")] = None,
limit: Annotated[Optional[Annotated[int, Field(le=1000, strict=True, ge=1)]], Field(description="Maximum number of records to return")] = None,
Expand All @@ -453,7 +453,7 @@ def list_deployment_users_v1_admin_users_get_without_preload_content(
) -> RESTResponseType:
"""List Deployment Users

List every account on this deployment, with the organizations each belongs to. Deployment-wide, so it is not the same list as ``GET /v1/organizations/me/members``: that one is the caller's organization roster and drops a suspended membership, while this one carries every identity at whatever standing, including one whose memberships are all suspended. Each row also reports when the account last signed in to the dashboard, and null there means never.
List every account on this deployment, with the organizations each belongs to. Deployment-wide, so it is not the same list as ``GET /api/v1/organizations/me/members``: that one is the caller's organization roster and drops a suspended membership, while this one carries every identity at whatever standing, including one whose memberships are all suspended. Each row also reports when the account last signed in to the dashboard, and null there means never.

:param skip: Number of records to skip
:type skip: int
Expand Down Expand Up @@ -481,7 +481,7 @@ def list_deployment_users_v1_admin_users_get_without_preload_content(
:return: Returns the result object.
""" # noqa: E501

_param = self._list_deployment_users_v1_admin_users_get_serialize(
_param = self._list_deployment_users_api_v1_admin_users_get_serialize(
skip=skip,
limit=limit,
_request_auth=_request_auth,
Expand All @@ -501,7 +501,7 @@ def list_deployment_users_v1_admin_users_get_without_preload_content(
return response_data.response


def _list_deployment_users_v1_admin_users_get_serialize(
def _list_deployment_users_api_v1_admin_users_get_serialize(
self,
skip,
limit,
Expand Down Expand Up @@ -557,7 +557,7 @@ def _list_deployment_users_v1_admin_users_get_serialize(

return self.api_client.param_serialize(
method='GET',
resource_path='/v1/admin/users',
resource_path='/api/v1/admin/users',
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand All @@ -574,7 +574,7 @@ def _list_deployment_users_v1_admin_users_get_serialize(


@validate_call
def update_deployment_user_v1_admin_users_user_id_patch(
def update_deployment_user_api_v1_admin_users_user_id_patch(
self,
user_id: UUID,
deployment_user_update_request: DeploymentUserUpdateRequest,
Expand Down Expand Up @@ -621,7 +621,7 @@ def update_deployment_user_v1_admin_users_user_id_patch(
:return: Returns the result object.
""" # noqa: E501

_param = self._update_deployment_user_v1_admin_users_user_id_patch_serialize(
_param = self._update_deployment_user_api_v1_admin_users_user_id_patch_serialize(
user_id=user_id,
deployment_user_update_request=deployment_user_update_request,
_request_auth=_request_auth,
Expand All @@ -646,7 +646,7 @@ def update_deployment_user_v1_admin_users_user_id_patch(


@validate_call
def update_deployment_user_v1_admin_users_user_id_patch_with_http_info(
def update_deployment_user_api_v1_admin_users_user_id_patch_with_http_info(
self,
user_id: UUID,
deployment_user_update_request: DeploymentUserUpdateRequest,
Expand Down Expand Up @@ -693,7 +693,7 @@ def update_deployment_user_v1_admin_users_user_id_patch_with_http_info(
:return: Returns the result object.
""" # noqa: E501

_param = self._update_deployment_user_v1_admin_users_user_id_patch_serialize(
_param = self._update_deployment_user_api_v1_admin_users_user_id_patch_serialize(
user_id=user_id,
deployment_user_update_request=deployment_user_update_request,
_request_auth=_request_auth,
Expand All @@ -718,7 +718,7 @@ def update_deployment_user_v1_admin_users_user_id_patch_with_http_info(


@validate_call
def update_deployment_user_v1_admin_users_user_id_patch_without_preload_content(
def update_deployment_user_api_v1_admin_users_user_id_patch_without_preload_content(
self,
user_id: UUID,
deployment_user_update_request: DeploymentUserUpdateRequest,
Expand Down Expand Up @@ -765,7 +765,7 @@ def update_deployment_user_v1_admin_users_user_id_patch_without_preload_content(
:return: Returns the result object.
""" # noqa: E501

_param = self._update_deployment_user_v1_admin_users_user_id_patch_serialize(
_param = self._update_deployment_user_api_v1_admin_users_user_id_patch_serialize(
user_id=user_id,
deployment_user_update_request=deployment_user_update_request,
_request_auth=_request_auth,
Expand All @@ -785,7 +785,7 @@ def update_deployment_user_v1_admin_users_user_id_patch_without_preload_content(
return response_data.response


def _update_deployment_user_v1_admin_users_user_id_patch_serialize(
def _update_deployment_user_api_v1_admin_users_user_id_patch_serialize(
self,
user_id,
deployment_user_update_request,
Expand Down Expand Up @@ -850,7 +850,7 @@ def _update_deployment_user_v1_admin_users_user_id_patch_serialize(

return self.api_client.param_serialize(
method='PATCH',
resource_path='/v1/admin/users/{user_id}',
resource_path='/api/v1/admin/users/{user_id}',
path_params=_path_params,
query_params=_query_params,
header_params=_header_params,
Expand Down
Loading
Loading