mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 22:09:07 +02:00
init integration test
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user