diff --git a/spec/updated/entity-operations-spec.json b/spec/updated/entity-operations-spec.json index fd8bc1c969393f74f9e9441fc4d1a776d2a2610c..923aed8da9a814cb3e3aa56b781223a7bd05cdb7 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",