Commit 17b9fa6f authored by Giuseppe Tropea's avatar Giuseppe Tropea
Browse files

added slashed at end of entityOperations endpoints

parent 7c034aee
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -6,7 +6,7 @@
  },
  },
  "components": {},
  "components": {},
  "paths": {
  "paths": {
    "/entityOperations/create": {
    "/entityOperations/create/": {
      "post": {
      "post": {
        "description": "Batch Entity creation",
        "description": "Batch Entity creation",
        "operationId": "batchEntityCreation",
        "operationId": "batchEntityCreation",
@@ -45,7 +45,7 @@
        }
        }
      }
      }
    },
    },
    "/entityOperations/update": {
    "/entityOperations/update/": {
      "post": {
      "post": {
        "description": "Batch Entity update",
        "description": "Batch Entity update",
        "operationId": "batchEntityUpdate",
        "operationId": "batchEntityUpdate",
@@ -97,7 +97,7 @@
        }
        }
      }
      }
    },
    },
    "/entityOperations/upsert": {
    "/entityOperations/upsert/": {
      "post": {
      "post": {
        "description": "Batch Entity upsert",
        "description": "Batch Entity upsert",
        "operationId": "batchEntityUpsert",
        "operationId": "batchEntityUpsert",
@@ -150,7 +150,7 @@
        }
        }
      }
      }
    },
    },
    "/entityOperations/delete": {
    "/entityOperations/delete/": {
      "post": {
      "post": {
        "description": "Batch Entity delete",
        "description": "Batch Entity delete",
        "operationId": "batchEntityDelete",
        "operationId": "batchEntityDelete",