From 8ed10df4e1596390b41ba6092f39378c1711ae34 Mon Sep 17 00:00:00 2001 From: Christian Gendreau Date: Mon, 15 Jul 2024 09:46:10 -0400 Subject: [PATCH] Rename storageUnitCoordinates.yml to storageUnitUsage.yml --- schema/{storageUnitCoordinates.yml => storageUnitUsage.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename schema/{storageUnitCoordinates.yml => storageUnitUsage.yml} (98%) diff --git a/schema/storageUnitCoordinates.yml b/schema/storageUnitUsage.yml similarity index 98% rename from schema/storageUnitCoordinates.yml rename to schema/storageUnitUsage.yml index bfc458e..71fb9c4 100644 --- a/schema/storageUnitCoordinates.yml +++ b/schema/storageUnitUsage.yml @@ -5,14 +5,14 @@ servers: info: description: Represents the coordinates (row/column) of an object in a storageUnit. version: "1.0.0" - title: Storage Unit Coordinates schema + title: Storage Unit Usage schema contact: email: you@your-company.com license: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' paths: - /v1/storage-unit-coordinates: + /v1/storage-unit-usage: get: tags: - Storage Unit Coordinates @@ -72,7 +72,7 @@ paths: schema: $ref: '#/components/schemas/NewStorageUnitCoordinates' description: StorageUnitCoordinates to add - /v1/storage-unit-coordinates/{Id}: + /v1/storage-unit-usage/{Id}: get: tags: - Storage Unit Coordinates