# Upload license

**PUT /v1/features/license**

Upload a new license for Redpanda.


## Servers
- http://localhost:9644: http://localhost:9644 ()



## Parameters



### Body: application/json (object)

- **expires** (integer(int64))
  Expiration date of the license in Unix epoch seconds
- **format_version** (integer(int32))
  license schema version evolution number
- **org** (string)
  client the license was generated for
- **sha256** (string)
  Checksum (sha256) of the raw license data
- **type** (string)
  type of license, currently only free_trial or enterprise


## Responses
### 200
Upload license success


[Powered by Bump.sh](https://bump.sh)
