parent
d3bdfe8469
commit
6a90e03d40
2 changed files with 5 additions and 1 deletions
|
|
@ -36,6 +36,10 @@ tags_metadata = [
|
|||
"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",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ from src.organisation.schemas import OrgPostOrgRequest, OrgPatchQuestionnaireReq
|
|||
|
||||
router = APIRouter(
|
||||
prefix="/org",
|
||||
tags=["org"],
|
||||
tags=["Organisation"],
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue