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