diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf4a991..42ad3cca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,4 +61,4 @@ jobs: [auto generated] Checking in generated offline HTML doc BRANCH_REF: ${{ github.event.pull_request.head.ref }} REPOSITORY: ${{ github.repository }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/v1/api/swagger/components/schemas/AllocationStorage.yaml b/v1/api/swagger/components/schemas/AllocationStorage.yaml index 537389d9..17f412b1 100644 --- a/v1/api/swagger/components/schemas/AllocationStorage.yaml +++ b/v1/api/swagger/components/schemas/AllocationStorage.yaml @@ -1,5 +1,5 @@ type: object -description: allocation of storage for each PCE service. +description: Allocation of storage for each PCE service. properties: ResourceType: type: string diff --git a/v1/api/swagger/components/schemas/ServiceStorageInfo.yaml b/v1/api/swagger/components/schemas/ServiceStorageInfo.yaml index eb689cab..d7035306 100644 --- a/v1/api/swagger/components/schemas/ServiceStorageInfo.yaml +++ b/v1/api/swagger/components/schemas/ServiceStorageInfo.yaml @@ -9,5 +9,7 @@ properties: type: integer description: Allocated number of volumes. AllocatedCapacity: - type: integer + type: number + format: float + minimum: 0.0 description: Total capacity of all allocated volumes in TB for a service type. diff --git a/v1/html/index.html b/v1/html/index.html index 198d7c58..b267a3f5 100644 --- a/v1/html/index.html +++ b/v1/html/index.html @@ -2912,7 +2912,7 @@

Option 2: Getting the token directly from UI

Response samples

Content type
application/json
[
  • {
    }
]