Skip to content

Commit

Permalink
Delete the dataRegion
Browse files Browse the repository at this point in the history
  • Loading branch information
pbivic committed May 6, 2024
1 parent c9043dc commit 24bf8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sophos/sophos_module/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class SophosConfiguration(BaseModel):
oauth2_authorization_url: str = Field(..., description="The url to the OAuth2 authorization")
api_host: str = Field(
...,
description="API Url of the Sophos Central API (e.g. 'https://api-{dataRegion}.central.sophos.com')",
description="API Url of the Sophos Central API (e.g. 'https://api.central.sophos.com')",
)
client_id: str = Field(..., description="OAuth2 client identifier")
client_secret: str = Field(secret=True, description="OAuth2 client secret")
Expand Down

0 comments on commit 24bf8e0

Please sign in to comment.