Skip to content

Commit b54be43

Browse files
committed
edits
1 parent aa30736 commit b54be43

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/vendor/licenses-about.mdx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ This section includes information about making changes to customer licenses, inc
5151

5252
You can make changes to a customer in the Vendor Portal to edit their license details, such as the license type or customer name, at any time. You can also add, remove, and edit license options and custom fields. The license ID, which is the unique identifier for the customer, never changes.
5353

54-
When you make changes to a license in the Vendor Portal, the customer does not need to reinstall to get the updates.
55-
5654
For more information about how to edit licenses, see [Edit a Customer](releases-creating-customer#edit-a-customer) in _Creating and Managing Customers_.
5755

5856
### License Updates with KOTS
@@ -69,17 +67,17 @@ For more information, see [Updating Licenses](/enterprise/updating-licenses).
6967

7068
### Air Gap License Updates with KOTS
7169

72-
To update licenses in air gap installations, customers need to upload the regenerated license file to the Admin Console.
70+
To update licenses in air gap installations, customers need to upload the updated license file to the Admin Console.
7371

7472
After you update the license fields in the Vendor Portal, you can notify customers by either sending them a new license file or instructing them to log into their Download Portal to downlaod the new license.
7573

7674
For more information, see [Updating Licenses](/enterprise/updating-licenses).
7775

7876
### Retrieving License Details with the SDK API
7977

80-
The [Replicated SDK](replicated-sdk-overview) includes an in-cluster API that retrieves up-to-date customer license information from the Vendor Portal during runtime through the [`license`](/reference/replicated-sdk-apis#license) endpoints. This means that any changes to customer licenses are reflected in real time in the customer environment, without the customer needing to perform a license update.
78+
The [Replicated SDK](replicated-sdk-overview) includes an in-cluster API that can be used to retrieve up-to-date customer license information from the Vendor Portal during runtime through the [`license`](/reference/replicated-sdk-apis#license) endpoints. This means that you can add logic to your application to get the latest license information without the customer needing to perform a license update. The SDK API polls the Vendor Portal for updated data every four hours.
8179

82-
In KOTS installations that include the SDK, users need to update their licenses from the Admin Console as described in [License Updates with KOTS](#license-updates-with-kots) above. However, any logic in your application that uses the SDK API will update the user's license information in real time without the customer needing to deploy a license update in the Admin Console.
80+
In KOTS installations that include the SDK, users need to update their licenses from the Admin Console as described in [License Updates with KOTS](#license-updates-with-kots) above. However, any logic in your application that uses the SDK API will update the user's license information without the customer needing to deploy a license update in the Admin Console.
8381

8482
For information about how to use the SDK API to query license entitlements at runtime, see [Querying Entitlements with the Replicated SDK API](/vendor/licenses-reference-sdk).
8583

0 commit comments

Comments
 (0)