You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update:
Let's patch the PATCH /bots endpoint to allow modifying the account_role_id. We'll abstract this behavior in the Terraform code....or just do it directly on the existing resource
the PAT endpoint doesn't accept changing the account_role_id, meaning we can't actually update whatever we set upon create. rather than leave this door open, we can rely on the default value that is set when null is passed on create (which is Member), and then use the newly created prefect_account_membership or prefect_account_access resource from #78 and use that as the binder
The text was updated successfully, but these errors were encountered:
Update:
Let's patch the PATCH /bots endpoint to allow modifying the account_role_id. We'll abstract this behavior in the Terraform code....or just do it directly on the existing resource
depends on #78
the PAT endpoint doesn't accept changing the account_role_id, meaning we can't actually update whatever we set upon create. rather than leave this door open, we can rely on the default value that is set when
null
is passed on create (which is Member), and then use the newly createdprefect_account_membership
orprefect_account_access
resource from #78 and use that as the binderThe text was updated successfully, but these errors were encountered: