Skip to content

Commit 89dafd1

Browse files
fix(docs): correct typo in Postgres Gateway Users retrieve URL (#2685)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f862306 commit 89dafd1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cognite/client/_api/postgres_gateway/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async def retrieve(self, username: str, ignore_unknown_ids: bool = False) -> Use
189189
async def retrieve(self, username: SequenceNotStr[str], ignore_unknown_ids: bool = False) -> UserList: ...
190190

191191
async def retrieve(self, username: str | SequenceNotStr[str], ignore_unknown_ids: bool = False) -> User | UserList:
192-
"""`Retrieve a list of users by their usernames <https://api-docs.cognite.com/20230101-beta/tag/Postgres-Gateway-Users/operation/retreive_users>`_.
192+
"""`Retrieve a list of users by their usernames <https://api-docs.cognite.com/20230101-beta/tag/Postgres-Gateway-Users/operation/retrieve_users>`_.
193193
194194
Retrieve a list of postgres users by their usernames, optionally ignoring unknown usernames
195195

cognite/client/_sync_api/postgres_gateway/users.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)