-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename storageUnitCoordinates.yml to storageUnitUsage.yml
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|