mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 19:58:53 +02:00
19 lines
No EOL
380 B
YAML
19 lines
No EOL
380 B
YAML
api_platform:
|
|
|
|
title: 'Part-DB API'
|
|
description: 'API of Part-DB'
|
|
|
|
version: '0.1.0'
|
|
|
|
# eager_loading:
|
|
# max_joins: 100
|
|
|
|
swagger:
|
|
api_keys:
|
|
# overridden in OpenApiFactoryDecorator
|
|
access_token:
|
|
name: Authorization
|
|
type: header
|
|
|
|
defaults:
|
|
pagination_client_items_per_page: true # Allow clients to override the default items per page |