You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
277 B
11 lines
277 B
1 year ago
|
api_platform:
|
||
|
title: Hello API Platform
|
||
|
version: 1.0.0
|
||
|
# Good defaults for REST APIs
|
||
|
defaults:
|
||
|
stateless: true
|
||
|
cache_headers:
|
||
|
vary: ['Content-Type', 'Authorization', 'Origin']
|
||
|
extra_properties:
|
||
|
standard_put: true
|