cloudflare-go
cloudflare-go copied to clipboard
Support admin code override
Support the admin override code feature. Will be making a PR in the Terraform Provider to also support this feature.
Has your change been tested?
Yes. Added tests to the existing teams_accounts_test.go file.
Types of changes
What sort of change does your code introduce/modify?
- [ ] Bug fix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [ X ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ X ] I have added tests to cover my changes.
- [ X ] All new and existing tests passed.
- [ ] This change is using publicly documented in cloudflare/api-schemas and relies on stable APIs. (Internal PR will be released soon)