Skip to content

Commit

Permalink
Merge branch 'main' of github.com:anmol-yousaf/active_campaign_wrappe…
Browse files Browse the repository at this point in the history
…r into main
  • Loading branch information
anmol-yousaf committed May 25, 2021
2 parents 372ce0d + 95394dc commit 172473a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -773,15 +773,15 @@ client.task_types.find(task_type_id)
#### Update a task type

```ruby
client.task_types.update(task_types, {
client.task_types.update(task_type_id, {
title: 'New super cool title'
})
```

#### Delete a task type

```ruby
client.task_types.delete(task_types)
client.task_types.delete(task_type_id)
```

#### List all task types
Expand Down

0 comments on commit 172473a

Please sign in to comment.