diff --git a/compute_api_client/api/backend_types_api.py b/compute_api_client/api/backend_types_api.py index bf78247..e724da5 100644 --- a/compute_api_client/api/backend_types_api.py +++ b/compute_api_client/api/backend_types_api.py @@ -786,7 +786,6 @@ def _read_backend_types_backend_types_get_serialize( # authentication setting _auth_settings: List[str] = [ - 'user_bearer' ] return self.api_client.param_serialize( diff --git a/compute_api_client/docs/BackendTypesApi.md b/compute_api_client/docs/BackendTypesApi.md index 2e42d3c..5b00ebd 100644 --- a/compute_api_client/docs/BackendTypesApi.md +++ b/compute_api_client/docs/BackendTypesApi.md @@ -93,7 +93,6 @@ Read backend types. ### Example -* OAuth Authentication (user_bearer): ```python import time import os @@ -109,12 +108,6 @@ configuration = compute_api_client.Configuration( host = "http://localhost" ) -# The client must configure the authentication and authorization parameters -# in accordance with the API server security policy. -# Examples for each auth method are provided below, use the example that -# satisfies your auth use case. - -configuration.access_token = os.environ["ACCESS_TOKEN"] # Enter a context with an instance of the API client async with compute_api_client.ApiClient(configuration) as api_client: @@ -171,7 +164,7 @@ Name | Type | Description | Notes ### Authorization -[user_bearer](../README.md#user_bearer) +No authorization required ### HTTP request headers diff --git a/pyproject.toml b/pyproject.toml index 73d05f9..0aa941a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qi-compute-api-client" -version = "0.36.0" +version = "0.37.0" description = "An API client for the Compute Job Manager of Quantum Inspire." license = "Apache-2.0" authors = ["Quantum Inspire "]