diff --git a/astrapy/client.py b/astrapy/client.py index 5d55f36e..573cf581 100644 --- a/astrapy/client.py +++ b/astrapy/client.py @@ -317,7 +317,7 @@ def get_database_by_api_endpoint( Args: api_endpoint: the full "API Endpoint" string used to reach the Data API. - Example: "https://-.apps.astra.datastax.com" + Example: "https://DATABASE_ID-REGION.apps.astra.datastax.com" token: if supplied, is passed to the Database instead of the client token. namespace: if provided, is passed to the Database (it is left to the default otherwise).