Api session event editor attributeaction: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
API Endpoint: api/session/event/editorattributeaction/ | |||
[[Attribute Action]] editing. | API endpoints for [[Attribute Action]] editing. | ||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor attributeaction add| | | [[Api session event editor attributeaction add|add]] | ||
|Add new [[Attribute Action]] | | Add new [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction append attribute| | | [[Api session event editor attributeaction append attribute|append_attribute]] | ||
|Appended to existing [[Attribute Action]] | | Appended to existing [[Attribute Action]] numeric [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor attributeaction duplicate| | | [[Api session event editor attributeaction duplicate|duplicate]] | ||
|Duplicate existing [[Attribute Action]] | | Duplicate existing [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction remove| | | [[Api session event editor attributeaction remove|remove]] | ||
|Remove existing [[Attribute Action]] | | Remove existing [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction remove attribute| | | [[Api session event editor attributeaction remove attribute|remove_attribute]] | ||
|Remove | | Remove numeric [[Attribute]] from [[Attribute Action]] | ||
|- | |- | ||
|[[Api session event editor attributeaction set attribute| | | [[Api session event editor attributeaction set attribute|set_attribute]] | ||
|Set [[Attribute Action]] | | Set [[Attribute Action]] numeric [[Attribute]] value | ||
|- | |- | ||
|[[Api session event editor attributeaction set attributes| | | [[Api session event editor attributeaction set attributes|set_attributes]] | ||
|Set multiple [[Attribute Action]] | | Set multiple [[Attribute Action]] numeric [[Attribute]] values | ||
|- | |- | ||
|[[Api session event editor attributeaction 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]] | ||
|} | |} | ||
Additional API endpoints: | |||
{|class=wikitable | {|class=wikitable | ||
!Name | !Name | ||
!Description | !Description | ||
|- | |- | ||
|[[Api session event editor attributeaction set description| | | [[Api session event editor attributeaction set description|set_description]] | ||
|Set Description | | Set Description | ||
|- | |- | ||
|[[Api session event editor attributeaction 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| | | [[Api session event editor attributeaction set image|set_image]] | ||
|Set Image | | Set Image | ||
|} | |} | ||
{{article end|seealso=*[[Api | {{article end|seealso=*[[Api Session Endpoints]] | ||
*[[Api session items attributeactions]] | *[[Api session items attributeactions]] | ||
}} | }} | ||
[[Category:API]] | [[Category:API]] | ||
Latest revision as of 12:20, 17 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 numeric Attribute value |
| duplicate | Duplicate existing Attribute Action |
| remove | Remove existing Attribute Action |
| remove_attribute | Remove numeric Attribute from Attribute Action |
| set_attribute | Set Attribute Action numeric Attribute value |
| set_attributes | Set multiple Attribute Action numeric 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 |