mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 03:49:31 +00:00
Added possibility to authenticate with the given API token
This commit is contained in:
parent
3bc6e61869
commit
bcd41c4d9b
5 changed files with 125 additions and 3 deletions
|
|
@ -3,4 +3,11 @@ api_platform:
|
|||
title: 'Part-DB API'
|
||||
description: 'API of Part-DB'
|
||||
|
||||
version: '0.1.0'
|
||||
version: '0.1.0'
|
||||
|
||||
swagger:
|
||||
api_keys:
|
||||
# overridden in OpenApiFactoryDecorator
|
||||
access_token:
|
||||
name: Authorization
|
||||
type: header
|
||||
Loading…
Add table
Add a link
Reference in a new issue