Update
Create new label
If different label with given name already exists, the API will return HTTP status code 409 CONFLICT.
1 | PUT /recipients/labels/{labelNnumber}
|
Request
1 2 3 | { "name": "Customers" } |
Response
HTTP/1.1 200 OK
Detailed property description
Name | Required | Type | Limitation |
---|---|---|---|
name | yes | String | 128 characters |