Skip to content

Commit

Permalink
tweak changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Jan 10, 2025
1 parent 4100706 commit e422180
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .changeset/six-coins-refuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@
---

- Restructured response format for `bulk`, `create`,`update` and `destroy`
functions:
- Added standardized result structure:
```
{
success: boolean,
completed: number,
errors: [
{
id: string,
message: string
}
]
}
```
functions into standardized result structure:
```
{
success: boolean,
completed: [id],
errors: [{ id message }],
}
```

0 comments on commit e422180

Please sign in to comment.