Label management
See also the Import section to set label in the printer.
deleteLabel
Delete a label.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the label. |
Returns
null
Example
{"jsonrpc": "2.0", "method": "deleteLabel", "params": {"name": "My Label"}}
getLabel
Get a label.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name of the label. |
Returns
A label. See the Aurora Label Specification.
Example
{"jsonrpc": "2.0", "method": "getLabel", "params": {"name": "My Label"}}