Skip to content

Commit

Permalink
feat: add permission for application search endpoint
Browse files Browse the repository at this point in the history
The `/api/application/search` endpoint is used to search for
applications and has been available since 1.45.0.

https://fusionauth.io/docs/apis/applications#search-for-applications
  • Loading branch information
hallaji committed Jan 23, 2025
1 parent 60841b7 commit abec2c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fusionauth/resource_fusionauth_api_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ func resourceAPIKey() *schema.Resource {
"/api/application",
"/api/application/oauth-configuration",
"/api/application/role",
"/api/application/search",
"/api/cleanspeak/notify",
"/api/connector",
"/api/consent",
Expand Down

0 comments on commit abec2c8

Please sign in to comment.