zrok/rest_server_zrok/operations/admin
2024-12-09 17:03:30 -05:00
..
add_organization_member_parameters.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
add_organization_member_responses.go add organization member handler (#537) 2024-12-09 14:32:43 -05:00
add_organization_member_urlbuilder.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
add_organization_member.go plumbed add member to org in cli (#537) 2024-12-09 14:53:46 -05:00
create_account_parameters.go updated openapi spec to include new admin api endpoint for creating accounts (#734) 2024-08-19 11:33:15 -04:00
create_account_responses.go updated openapi spec to include new admin api endpoint for creating accounts (#734) 2024-08-19 11:33:15 -04:00
create_account_urlbuilder.go updated openapi spec to include new admin api endpoint for creating accounts (#734) 2024-08-19 11:33:15 -04:00
create_account.go updated openapi spec to include new admin api endpoint for creating accounts (#734) 2024-08-19 11:33:15 -04:00
create_frontend_parameters.go
create_frontend_responses.go
create_frontend_urlbuilder.go
create_frontend.go
create_identity_parameters.go
create_identity_responses.go
create_identity_urlbuilder.go
create_identity.go
create_organization_parameters.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
create_organization_responses.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
create_organization_urlbuilder.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
create_organization.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
delete_frontend_parameters.go
delete_frontend_responses.go
delete_frontend_urlbuilder.go
delete_frontend.go
delete_organization_parameters.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
delete_organization_responses.go create/delete organization handlers (#537) 2024-12-09 13:30:45 -05:00
delete_organization_urlbuilder.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
delete_organization.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
grants_parameters.go new '/grants' endpoint for synchronizing grants for an account (#744) 2024-09-04 16:10:19 -04:00
grants_responses.go elaborating the grants handler (#744) 2024-09-05 13:34:07 -04:00
grants_urlbuilder.go new '/grants' endpoint for synchronizing grants for an account (#744) 2024-09-04 16:10:19 -04:00
grants.go new '/grants' endpoint for synchronizing grants for an account (#744) 2024-09-04 16:10:19 -04:00
invite_token_generate_parameters.go
invite_token_generate_responses.go
invite_token_generate_urlbuilder.go
invite_token_generate.go
list_frontends_parameters.go
list_frontends_responses.go
list_frontends_urlbuilder.go
list_frontends.go
list_organization_members_parameters.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
list_organization_members_responses.go list members of organization handler (#537) 2024-12-09 14:21:49 -05:00
list_organization_members_urlbuilder.go list members of organization handler (#537) 2024-12-09 14:21:49 -05:00
list_organization_members.go list members of organization (#537) 2024-12-09 16:42:30 -05:00
list_organizations_parameters.go list organizations (#537) 2024-12-09 17:03:30 -05:00
list_organizations_responses.go list organizations (#537) 2024-12-09 17:03:30 -05:00
list_organizations_urlbuilder.go list organizations (#537) 2024-12-09 17:03:30 -05:00
list_organizations.go list organizations (#537) 2024-12-09 17:03:30 -05:00
remove_organization_member_parameters.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
remove_organization_member_responses.go remove organization member handler (#537) 2024-12-09 14:38:30 -05:00
remove_organization_member_urlbuilder.go initial cut at admin api operations (#537) 2024-12-09 12:56:57 -05:00
remove_organization_member.go remove organization member handler (#537) 2024-12-09 14:38:30 -05:00
update_frontend_parameters.go
update_frontend_responses.go
update_frontend_urlbuilder.go
update_frontend.go