...
Main parameters:
Creation.
Allows you to create a tag in a project.
...
Code Block |
---|
POST https://api.smartsender.com/v1/tags |
Основные параметрыMain parameters:
Name | Description | Validation |
---|---|---|
name | Name | Unique within the project |
color | Color | 6 characters for HEX designation |
...
If the response is successful, get the created Tag object.
Update.
Allows you to update an existing tag.
...
Code Block |
---|
PUT https://api.smartsender.com/v1/tags/{tagId} |
Основные параметрыMain parameters:
Name | Description | Validation |
---|---|---|
name | Name | Unique within the project |
color | Color | 6 characters for HEX designation |
...