add clients openapi registries

This commit is contained in:
miloschwartz 2025-04-20 17:00:45 -04:00
parent fa6fc9e80d
commit 490ddfcd88
No known key found for this signature in database
6 changed files with 90 additions and 18 deletions

View file

@ -12,5 +12,6 @@ export enum OpenAPITags {
Target = "Target",
Rule = "Rule",
AccessToken = "Access Token",
Idp = "Identity Provider"
Idp = "Identity Provider",
Client = "Client"
}