From 17b9fa6f26a0960ccbe75ae3b2676063deb360b0 Mon Sep 17 00:00:00 2001 From: Giuseppe Tropea Date: Fri, 27 Nov 2020 17:13:03 +0100 Subject: [PATCH] added slashed at end of entityOperations endpoints --- spec/updated/entity-operations-spec.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/updated/entity-operations-spec.json b/spec/updated/entity-operations-spec.json index fd8bc1c..923aed8 100644 --- a/spec/updated/entity-operations-spec.json +++ b/spec/updated/entity-operations-spec.json @@ -6,7 +6,7 @@ }, "components": {}, "paths": { - "/entityOperations/create": { + "/entityOperations/create/": { "post": { "description": "Batch Entity creation", "operationId": "batchEntityCreation", @@ -45,7 +45,7 @@ } } }, - "/entityOperations/update": { + "/entityOperations/update/": { "post": { "description": "Batch Entity update", "operationId": "batchEntityUpdate", @@ -97,7 +97,7 @@ } } }, - "/entityOperations/upsert": { + "/entityOperations/upsert/": { "post": { "description": "Batch Entity upsert", "operationId": "batchEntityUpsert", @@ -150,7 +150,7 @@ } } }, - "/entityOperations/delete": { + "/entityOperations/delete/": { "post": { "description": "Batch Entity delete", "operationId": "batchEntityDelete", -- GitLab