Skip to content

Commit

Permalink
Rename storageUnitCoordinates.yml to storageUnitUsage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau authored Jul 15, 2024
1 parent 66d8a7f commit 8ed10df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8ed10df

Please sign in to comment.