8000 [Docs] Update soft delete chapter in docs · CodingSeo/laravel-json-api@b47b766 · GitHub
[go: up one dir, main page]

Skip to content

Commit b47b766

Browse files
committed
[Docs] Update soft delete chapter in docs
1 parent 0a74dad commit b47b766

File tree

2 files changed

+4
-0
lines change 8000 d

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec
55
## Unreleased
66

77
### Added
8+
- [#360](https://github.com/cloudcreativity/laravel-json-api/issues/360)
9+
Allow soft delete attribute path to use dot notation.
810
- Added `domain` method to API fluent routing methods.
911

1012
### Fixed

docs/features/soft-deletes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ class Adapter extends AbstractAdapter
172172
}
173173
```
174174

175+
> You can use dot notation for the `$softDeleteField` value, if you are using a nested attribute field.
176+
175177
The client can now send the following request to soft-delete a resource:
176178

177179
```http

0 commit comments

Comments
 (0)
0