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
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "create_color_palette"
linkTitle: "create_color_palette"
superheading: "catalog_appearance."
weight: 220
api_ref: "CatalogAppearanceService.create_color_palette"
---

``create_color_palette( color_palette: CatalogColorPalette ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "create_theme"
linkTitle: "create_theme"
superheading: "catalog_appearance."
weight: 120
api_ref: "CatalogAppearanceService.create_theme"
---

``create_theme( theme: CatalogTheme ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "delete_color_palette"
linkTitle: "delete_color_palette"
superheading: "catalog_appearance."
weight: 240
api_ref: "CatalogAppearanceService.delete_color_palette"
---

``delete_color_palette( color_palette_id: str ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "delete_theme"
linkTitle: "delete_theme"
superheading: "catalog_appearance."
weight: 140
api_ref: "CatalogAppearanceService.delete_theme"
---

``delete_theme( theme_id: str ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "get_color_palette"
linkTitle: "get_color_palette"
superheading: "catalog_appearance."
weight: 210
api_ref: "CatalogAppearanceService.get_color_palette"
---

``get_color_palette( color_palette_id: str ) -> CatalogColorPalette``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "get_theme"
linkTitle: "get_theme"
superheading: "catalog_appearance."
weight: 110
api_ref: "CatalogAppearanceService.get_theme"
---

``get_theme( theme_id: str ) -> CatalogTheme``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "list_color_palettes"
linkTitle: "list_color_palettes"
superheading: "catalog_appearance."
weight: 200
api_ref: "CatalogAppearanceService.list_color_palettes"
---

``list_color_palettes( ) -> list[CatalogColorPalette]``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "list_themes"
linkTitle: "list_themes"
superheading: "catalog_appearance."
weight: 100
api_ref: "CatalogAppearanceService.list_themes"
---

``list_themes( ) -> list[CatalogTheme]``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "update_color_palette"
linkTitle: "update_color_palette"
superheading: "catalog_appearance."
weight: 230
api_ref: "CatalogAppearanceService.update_color_palette"
---

``update_color_palette( color_palette: CatalogColorPalette ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "update_theme"
linkTitle: "update_theme"
superheading: "catalog_appearance."
weight: 130
api_ref: "CatalogAppearanceService.update_theme"
---

``update_theme( theme: CatalogTheme ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_declarative_notification_channels..."
weight: 190
no_list: true
superheading: "catalog_organization."
api_ref: "CatalogOrganizationService.get_declarative_notification_channels"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "put_declarative_notification_channels..."
weight: 190
no_list: true
superheading: "catalog_organization."
api_ref: "CatalogOrganizationService.put_declarative_notification_channels"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "create_or_update_jwk"
linkTitle: "create_or_update_jwk"
superheading: "catalog_organization."
weight: 100
api_ref: "CatalogOrganizationService.create_or_update_jwk"
---

``create_or_update_jwk( jwk: CatalogJwk ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "delete_jwk"
linkTitle: "delete_jwk"
superheading: "catalog_organization."
weight: 100
api_ref: "CatalogOrganizationService.delete_jwk"
---

``delete_jwk( jwk_id: str ) -> None``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "get_jwk"
linkTitle: "get_jwk"
superheading: "catalog_organization."
weight: 100
api_ref: "CatalogOrganizationService.get_jwk"
---

``get_jwk( jwk_id: str ) -> CatalogJwk``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "list_jwks"
linkTitle: "list_jwks"
superheading: "catalog_organization."
weight: 100
api_ref: "CatalogOrganizationService.list_jwks"
---

``list_jwks( ) -> List[CatalogJwk]``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "update_name"
weight: 10
no_list: true
superheading: "catalog_organization."
api_ref: "CatalogOrganizationService.update_name"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_declarative_organization_permissions"
weight: 10
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.get_declarative_organization_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_declarative_permissions"
weight: 10
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.get_declarative_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "list_available_assignees"
weight: 17
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.list_available_assignees"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "list_dashboard_permissions"
weight: 16
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.list_dashboard_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "manage_dashboard_permissions"
weight: 15
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.manage_dashboard_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "manage_organization_permissions"
weight: 20
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.manage_organization_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "put_declarative_organization_permissions"
weight: 20
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.put_declarative_organization_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "put_declarative_permissions"
weight: 20
no_list: true
superheading: "catalog_permission."
api_ref: "CatalogPermissionService.put_declarative_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "create_or_update_user_group"
weight: 50
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.create_or_update_user_group"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "delete_user_group"
weight: 70
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.delete_user_group"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_declarative_user_groups"
weight: 140
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_declarative_user_groups"
---

``get_declarative_user_groups()``
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_user_group"
weight: 60
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_user_group"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_user_group_permissions"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_user_group_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "list_user_groups"
weight: 80
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.list_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "load_and_put_declarative_user_g..."
weight: 180
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.load_and_put_declarative_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "load_declarative_user_groups"
weight: 170
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.load_declarative_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "manage_user_group_permissions"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.manage_user_group_permissions"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "put_declarative_user_groups"
weight: 150
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.put_declarative_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "store_declarative_user_groups"
weight: 160
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.store_declarative_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "assign_permissions_bulk"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.assign_permissions_bulk"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_declarative_users_user_grou..."
weight: 190
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_declarative_users_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "load_and_put_declarative_users..."
weight: 230
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.load_and_put_declarative_users_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "load_declarative_users_user_gro..."
weight: 220
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.load_declarative_users_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "put_declarative_users_user_grou..."
weight: 200
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.put_declarative_users_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "revoke_permissions_bulk"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.revoke_permissions_bulk"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "store_declarative_users_user_gro..."
weight: 210
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.store_declarative_users_user_groups"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "create_or_update_user"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.create_or_update_user"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "create_user_api_token"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.create_user_api_token"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "delete_user"
weight: 30
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.delete_user"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "delete_user_api_token"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.delete_user_api_token"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_declarative_users"
weight: 90
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_declarative_users"
---


Expand Down
1 change: 1 addition & 0 deletions docs/content/en/latest/administration/users/get_user.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_user"
weight: 20
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_user"
---


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ linkTitle: "get_user_api_token"
weight: 10
no_list: true
superheading: "catalog_user."
api_ref: "CatalogUserService.get_user_api_token"
---


Expand Down
Loading
Loading