Skip to content

Commit

Permalink
Cleaned up docs and feature toggles package
Browse files Browse the repository at this point in the history
  • Loading branch information
charliecon committed Aug 8, 2024
1 parent d6a82ba commit 2819068
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ The following Genesys Cloud APIs are used by this resource. Ensure your OAuth Cl
- [PUT /api/v2/routing/users/{userId}/utilization](https://developer.mypurecloud.com/api/rest/v2/users/#put-api-v2-routing-users--userId--utilization)
- [DELETE /api/v2/routing/users/{userId}/utilization](https://developer.mypurecloud.com/api/rest/v2/users/#delete-api-v2-routing-users--userId--utilization)

---

This resource has a feature toggle experimenting with new logic for returning phone addresses in the read action.
You can enable this by setting the `USE_NEW_USER_ADDRESS_LOGIC` environmental variable before running `terraform apply`.


## Example Usage

Expand Down
5 changes: 0 additions & 5 deletions examples/resources/genesyscloud_user/apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@
- [GET /api/v2/routing/users/{userId}/utilization](https://developer.mypurecloud.com/api/rest/v2/users/#get-api-v2-routing-users--userId--utilization)
- [PUT /api/v2/routing/users/{userId}/utilization](https://developer.mypurecloud.com/api/rest/v2/users/#put-api-v2-routing-users--userId--utilization)
- [DELETE /api/v2/routing/users/{userId}/utilization](https://developer.mypurecloud.com/api/rest/v2/users/#delete-api-v2-routing-users--userId--utilization)

---

This resource has a feature toggle experimenting with new logic for returning phone addresses in the read action.
You can enable this by setting the `USE_NEW_USER_ADDRESS_LOGIC` environmental variable before running `terraform apply`.
15 changes: 0 additions & 15 deletions genesyscloud/util/feature_toggles/user_addresses.go

This file was deleted.

0 comments on commit 2819068

Please sign in to comment.