Skip to content

Commit

Permalink
feat: add OrganizationAddress handlers (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
byashimov authored Feb 21, 2025
1 parent b8dfc29 commit 15f976d
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ OpenSearch:
- ServiceOpenSearchSecurityReset
- ServiceOpenSearchSecuritySet
Organization:
- OrganizationAddressCreate
- OrganizationAddressDelete
- OrganizationAddressGet
- OrganizationAddressList
- OrganizationAddressUpdate
- OrganizationAuthDomainLink
- OrganizationAuthDomainList
- OrganizationAuthDomainUnlink
Expand Down
161 changes: 161 additions & 0 deletions handler/organization/organization.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 15f976d

Please sign in to comment.