PrefectHQ / terraform-provider-prefect

Terraform Provider for Prefect Cloud
https://registry.terraform.io/providers/PrefectHQ/prefect/latest/docs
Apache License 2.0
29 stars 13 forks source link

fix: team_access endpoint is a PUT #170

Closed parkedwards closed 2 months ago

parkedwards commented 2 months ago

fixes #169 original PR: #146

our existing API for bot_access and user_access are POST endpoints, so we copied that same method to the newer team_access client call in #146. but we actually use the more semantically accurate PUT for team_access, so we'll handle these differently until we consolidate on the API side