Api session event editor plot: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Api session event editor plot Events.
Api session event editor plot Events.


[[Plot]] editing.
API Endpoints for [[Plot]] editing.
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor plot add|ADD]]
|[[Api session event editor plot add|add]]
|Add new [[Plot]]
|Add new [[Plot]]
|-
|-
|[[Api session event editor plot add polygons|ADD_POLYGONS]]
|[[Api session event editor plot add polygons|add_polygons]]
|Add polygons to existing [[Plot]]
|Add polygons to existing [[Plot]]
|-
|-
|[[Api session event editor plot set name|SET_NAME]]
|[[Api session event editor plot set name|set_name]]
|Set new name of existing [[Plot]]
|Set new name of existing [[Plot]]
|}
|}


Specific Events:
Additional API Endpoints:
{|class=wikitable
{|class=wikitable
!Name
!Name
!Description
!Description
|-
|-
|[[Api session event editor plot set owner|SET_OWNER]]
|[[Api session event editor plot set owner|set_owner]]
|Set Owner
|Set Owner
|}
|}
{{article end|seealso=*[[Api Events]]
{{article end|seealso=*[[Api Events]]
*[[Api session items plots]]
}}
}}


[[Category:API]]
[[Category:API]]

Revision as of 11:29, 10 April 2026

Api session event editor plot Events.

API Endpoints for Plot editing.

Name Description
add Add new Plot
add_polygons Add polygons to existing Plot
set_name Set new name of existing Plot

Additional API Endpoints:

Name Description
set_owner Set Owner

See also