8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a74dad commit b47b766Copy full SHA for b47b766
CHANGELOG.md
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. This projec
5
## Unreleased
6
7
### Added
8
+- [#360](https://github.com/cloudcreativity/laravel-json-api/issues/360)
9
+Allow soft delete attribute path to use dot notation.
10
- Added `domain` method to API fluent routing methods.
11
12
### Fixed
docs/features/soft-deletes.md
@@ -172,6 +172,8 @@ class Adapter extends AbstractAdapter
172
}
173
```
174
175
+> You can use dot notation for the `$softDeleteField` value, if you are using a nested attribute field.
176
+
177
The client can now send the following request to soft-delete a resource:
178
179
```http
0 commit comments