Update request body for offline license activation
This commit is contained in:
parent
1fde82bd81
commit
bdd431c7e8
|
@ -27,11 +27,11 @@ export const buildLicensingEndpoints = API => ({
|
|||
|
||||
// OFFLINE LICENSE
|
||||
|
||||
activateOfflineLicense: async ({ offlineLicense }) => {
|
||||
activateOfflineLicense: async ({ offlineLicenseToken }) => {
|
||||
return API.post({
|
||||
url: "/api/global/license/offline",
|
||||
body: {
|
||||
offlineLicense
|
||||
offlineLicenseToken
|
||||
},
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue