cloudflare-go icon indicating copy to clipboard operation
cloudflare-go copied to clipboard

Support admin code override

Open da-cf opened this issue 1 year ago • 1 comments

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)

da-cf avatar Jul 30 '24 22:07 da-cf