Skip to content

Commit

Permalink
Error when updating pipedrive_organizations (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
naitmare01 authored Nov 24, 2022
1 parent bddca3e commit 8b8c5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipedrive/resource_organizations.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func resourceOrganizationsRead(ctx context.Context, d *schema.ResourceData, m in
func resourceOrganizationsUpdate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics {
id := d.Id()
path := "organizations/" + id
body := NotesBody(d)
body := OrganizationsBody(d)
_, _, _, err := m.(*Client).SendRequest("PUT", path, body, 200)

if err != nil {
Expand Down

0 comments on commit 8b8c5af

Please sign in to comment.