Api session event editor attributeaction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor attributeaction add|add]] | | [[Api session event editor attributeaction add|add]] | ||
|Add new [[Attribute Action]] | | Add new [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction append attribute|append_attribute]] | | [[Api session event editor attributeaction append attribute|append_attribute]] | ||
|Appended to existing [[Attribute Action]] [[Attribute]] value | | Appended to existing [[Attribute Action]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor attributeaction duplicate|duplicate]] | | [[Api session event editor attributeaction duplicate|duplicate]] | ||
|Duplicate existing [[Attribute Action]] | | Duplicate existing [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction remove|remove]] | | [[Api session event editor attributeaction remove|remove]] | ||
|Remove existing [[Attribute Action]] | | Remove existing [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction remove attribute|remove_attribute]] | | [[Api session event editor attributeaction remove attribute|remove_attribute]] | ||
|Remove [[Attribute]] from [[Attribute Action]] | | Remove [[Attribute]] from [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction set attribute|set_attribute]] | | [[Api session event editor attributeaction set attribute|set_attribute]] | ||
|Set [[Attribute Action]] [[Attribute]] value | | Set [[Attribute Action]] [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor attributeaction set attributes|set_attributes]] | | [[Api session event editor attributeaction set attributes|set_attributes]] | ||
|Set multiple [[Attribute Action]] [[Attribute]] values | | Set multiple [[Attribute Action]] [[Attribute]] values | ||
|- | |- | ||
|[[Api session event editor attributeaction set name|set_name]] | | [[Api session event editor attributeaction set name|set_name]] | ||
|Set new name of existing [[Attribute Action]] | | Set new name of existing [[Attribute Action]] | ||
|} | |} | ||
| Line 36: | Line 36: | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor attributeaction set description|set_description]] | | [[Api session event editor attributeaction set description|set_description]] | ||
|Set Description | | Set Description | ||
|- | |- | ||
|[[Api session event editor attributeaction set fixed value|set_fixed_value]] | | [[Api session event editor attributeaction set fixed value|set_fixed_value]] | ||
|Set Fixed Value | | Set Fixed Value | ||
|- | |- | ||
|[[Api session event editor attributeaction set image|set_image]] | | [[Api session event editor attributeaction set image|set_image]] | ||
|Set Image | | Set Image | ||
|} | |} | ||
{{article end|seealso=*[[Api Session Endpoints]] | {{article end|seealso=*[[Api Session Endpoints]] | ||
Revision as of 11:37, 8 June 2026
API Endpoint: api/session/event/editorattributeaction/
API endpoints for Attribute Action editing.
| Name | Description |
|---|---|
| add | Add new Attribute Action |
| append_attribute | Appended to existing Attribute Action Attribute value |
| duplicate | Duplicate existing Attribute Action |
| remove | Remove existing Attribute Action |
| remove_attribute | Remove Attribute from Attribute Action |
| set_attribute | Set Attribute Action Attribute value |
| set_attributes | Set multiple Attribute Action Attribute values |
| set_name | Set new name of existing Attribute Action |
Additional API endpoints:
| Name | Description |
|---|---|
| set_description | Set Description |
| set_fixed_value | Set Fixed Value |
| set_image | Set Image |