mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-06-09 04:01:38 +00:00
Updated dependencies
This commit is contained in:
parent
4b119490ca
commit
4b6a3ba72b
3 changed files with 129 additions and 127 deletions
|
|
@ -2436,6 +2436,7 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
|
|||
* },
|
||||
* jsonapi?: array{
|
||||
* use_iri_as_id?: bool|Param, // Set to false to use entity identifiers instead of IRIs as the "id" field in JSON:API responses. // Default: true
|
||||
* allow_client_generated_id?: bool|Param, // Allow client-generated IDs on JSON:API POST per https://jsonapi.org/format/#crud-creating-client-ids. Off by default to prevent id spoofing on public endpoints. // Default: false
|
||||
* },
|
||||
* eager_loading?: bool|array{
|
||||
* enabled?: bool|Param, // Default: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue