init integration test

This commit is contained in:
2025-04-18 19:32:57 +02:00
parent 81389a2dea
commit 719952dd18
10 changed files with 283 additions and 35 deletions

View File

@@ -1935,13 +1935,13 @@
}
}
},
"/recipe/{recipeId}/relationship": {
"/recipe/{id}/relationship": {
"post": {
"summary": "Create a relationship with an existing recipe",
"operationId": "createRecipeRelationship",
"parameters": [
{
"name": "recipeId",
"name": "id",
"in": "path",
"required": true,
"schema": {
@@ -2047,7 +2047,7 @@
"operationId": "deleteRecipeRelationship",
"parameters": [
{
"name": "recipeId",
"name": "id",
"in": "path",
"required": true,
"schema": {