diff --git a/src/main.py b/src/main.py index 26dc6e0..bf671db 100644 --- a/src/main.py +++ b/src/main.py @@ -34,13 +34,17 @@ tags_metadata = [ "name": "User", "description": "User related operations, includes getting information about the current user", }, + { + "name": "Organisation", + "description": "Organisation related operations, includes getting lists of users etc associated with orgs", + }, { "name": "Service", "description": "Services related operations, includes registering services and reissuing API keys", }, { - "name": "Organisation", - "description": "Organisation related operations, includes getting lists of users etc associated with orgs", + "name": "IAM", + "description": "Operations related to the role based identity and access management system. This includes management of groups, permissions, and related users.", }, ]