|
4 | 4 | <dt><a href="#createLicense">createLicense(license)</a> ⇒ <code>Promise.<ApiResponse.<LicenseResponse>></code></dt>
|
5 | 5 | <dd><p>Create a license.</p>
|
6 | 6 | </dd>
|
| 7 | +<dt><a href="#createLicenses">createLicenses(license, count)</a> ⇒ <code>Promise.<Array.<ApiResponse>></code></dt> |
| 8 | +<dd><p>Create multiple licenses</p> |
| 9 | +</dd> |
7 | 10 | <dt><a href="#updateLicense">updateLicense(id, license)</a> ⇒ <code>Promise.<ApiResponse.<LicenseResponse>></code></dt>
|
8 | 11 | <dd><p>Updates the specified license by setting the values of the existing license to the properties passed.
|
9 | 12 | Any properties not provided will be left unchanged.</p>
|
@@ -57,6 +60,20 @@ Create a license.
|
57 | 60 | | ------- | --------------------------------- | ------------------------ |
|
58 | 61 | | license | <code>LicenseCreateRequest</code> | License object to create |
|
59 | 62 |
|
| 63 | +<a name="createLicenses"></a> |
| 64 | + |
| 65 | +## createLicenses(license, count) ⇒ <code>Promise.<Array.<ApiResponse>></code> |
| 66 | + |
| 67 | +Create multiple licenses |
| 68 | + |
| 69 | +**Kind**: global function |
| 70 | +**Returns**: <code>Promise.<Array.<ApiResponse>></code> - Promise that resolves to an array of Web API responses. |
| 71 | + |
| 72 | +| Param | Type | Description | |
| 73 | +| ------- | --------------------------------- | ---------------------------- | |
| 74 | +| license | <code>LicenseCreateRequest</code> | License object to create | |
| 75 | +| count | <code>number</code> | Number of licenses to create | |
| 76 | + |
60 | 77 | <a name="updateLicense"></a>
|
61 | 78 |
|
62 | 79 | ## updateLicense(id, license) ⇒ <code>Promise.<ApiResponse.<LicenseResponse>></code>
|
|
0 commit comments