Skip to content
This repository was archived by the owner on Feb 16, 2022. It is now read-only.

Commit ac7d362

Browse files
author
Yvo
authored
Support for Organizations & Actions
1 parent bf0ea76 commit ac7d362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fmt.Printf("Created client %s\n", c.ClientID)
4949

5050
The following Auth0 resources are supported:
5151

52-
- [ ] [Actions](https://auth0.com/docs/api/management/v2/#!/Actions/get_actions)
52+
- [x] [Actions](https://auth0.com/docs/api/management/v2/#!/Actions/get_actions)
5353
- [x] [Branding](https://auth0.com/docs/api/management/v2/#!/Branding/get_branding)
5454
- [x] [Clients (Applications)](https://auth0.com/docs/api/management/v2#!/Clients/get_clients)
5555
- [x] [Client Grants](https://auth0.com/docs/api/management/v2#!/Client_Grants/get_client_grants)
@@ -61,7 +61,7 @@ The following Auth0 resources are supported:
6161
- [x] [Hook Secrets](https://auth0.com/docs/api/management/v2/#!/Hooks/get_secrets)
6262
- [x] [Log Streams](https://auth0.com/docs/api/management/v2#!/Log_Streams/get_log_streams)
6363
- [x] [Logs](https://auth0.com/docs/api/management/v2#!/Logs/get_logs)
64-
- [ ] [Organizations](https://auth0.com/docs/api/management/v2#!/Organizations/get_organizations)
64+
- [x] [Organizations](https://auth0.com/docs/api/management/v2#!/Organizations/get_organizations)
6565
- [x] [Prompts](https://auth0.com/docs/api/management/v2#!/Prompts/get_prompts)
6666
- [x] [Resource Servers (APIs)](https://auth0.com/docs/api/management/v2#!/Resource_Servers/get_resource_servers)
6767
- [x] [Roles](https://auth0.com/docs/api/management/v2#!/Roles)

0 commit comments

Comments
 (0)