-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathapi_platform.yaml
More file actions
26 lines (23 loc) · 855 Bytes
/
api_platform.yaml
File metadata and controls
26 lines (23 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
api_platform:
title: 'ITKsites Detection API'
description: 'REST API for ingesting server detection results from the ITK sites server harvester. Detection results are processed asynchronously to track servers, sites, domains, packages, modules, Docker images, and git repositories.'
version: '1.0.0'
mapping:
paths: ['%kernel.project_dir%/src/Entity']
formats:
json: ['application/json', 'application/ld+json']
patch_formats:
json: ['application/merge-patch+json']
# OpenApi (Swagger).
enable_swagger: true
enable_swagger_ui: true
swagger:
versions: [3]
api_keys:
apiKey:
name: Authorization
type: header
show_webby: false
graphql:
# Enabled by default with installed webonyx/graphql-php.
enabled: false