Add Idempotency Bundle (#1579)

* Add config file and manifest.json

* Fix spaces

* Retry QA

* Retry QA
This commit is contained in:
Juanjo Conejero
2024-01-01 22:08:49 +01:00
committed by GitHub
parent 6c9cb3a373
commit 583566e2fa
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
idempotency:
name: 'app'
methods: ['POST', 'PUT', 'PATCH']
location: 'Header-Idempotency-Key'
scope: 'headers'

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Conejerock\\IdempotencyBundle\\IdempotencyBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}