22 lines
504 B
Plaintext
22 lines
504 B
Plaintext
// This file is autogenerated, DO NOT EDIT
|
|
// Use `node scripts/generate-docs-examples.js` to generate the docs examples
|
|
|
|
[source, js]
|
|
----
|
|
const response = await client.license.post({
|
|
licenses: [
|
|
{
|
|
uid: "893361dc-9749-4997-93cb-802e3d7fa4xx",
|
|
type: "basic",
|
|
issue_date_in_millis: 1411948800000,
|
|
expiry_date_in_millis: 1914278399999,
|
|
max_nodes: 1,
|
|
issued_to: "issuedTo",
|
|
issuer: "issuer",
|
|
signature: "xx",
|
|
},
|
|
],
|
|
});
|
|
console.log(response);
|
|
----
|