Api session event editor measure set description
Jump to navigation
Jump to search
API Event to Set the description of a Measure.
| Name | Importance | Type | Description | Values |
|---|---|---|---|---|
| 0 | REQUIRED | (MEASURE Integer ID) | Measure ID | |
| 1 | REQUIRED | (String) | Description |
Response Codes
| Response Code: | Description |
|---|---|
| 204 | No Content |
| 300-600 | Codes Overview |
Example POST
Example POST: https://engine.tygron.com/api/session/event/editormeasure/set_description/?f=JSON&token=API_TOKEN
with content:
[ 58, "Description" ]