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