Skip to main content

Set a new Unleash license.

POST /api/admin/license

Set a new Unleash license. Only available for self-hosted Enterprise customers.

Request

Body

required

licenseUpdateSchema

  • token string required

    The actual license token.

Responses

The resource was successfully created.

Response Headers
  • location string

    The location of the newly created resource.

Schema
  • token string required

    The actual license token.

  • customer string

    Name of the customer that owns the license. This is the name of the company that purchased the license.

  • plan string

    Name of plan that the license is for.

  • seats number

    Number of seats in the license.

  • expireAt date-time

    Date when the license expires.

Loading...