---
title: "PUT /usage/files/{id}"
method: PUT
path: "/usage/files/{id}"
tags: ["Usage Reporting"]
---

# PUT /usage/files/{id}

`PUT /usage/files/{id}`

UsageFile collection contains APIs which can used used to create
Usage report, upload normalized file
and other actions available for vendors and providers.

## Path parameters

- `id` string, required

## Request body

- object
  - `description` string
  - `note` string
  - `period` object
    - `from` string, date
    - `to` string, date
  - `currency` string
  - `external_id` string

## Response `200`

- UsageUsageFileUpdate
  - `description` string, nullable
  - `note` string, nullable
  - `external_id` string, nullable

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/revisions/0421d2a97c52/schema)
