New pages
Jump to navigation
Jump to search
19 June 2026
- 08:0708:07, 19 June 2026 Api session event editor chatchannel remove (hist | edit) [1,498 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/editorchatchannel/remove/ Description: Remove existing Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Boolean (True when at least one item was removed) |- | 300-600 | Codes Overview |} ===Example POST=== Curl e...") Tag: Recreated
- 08:0708:07, 19 June 2026 Api session event editor chatchannel duplicate (hist | edit) [1,489 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/editorchatchannel/duplicate/ Description: Duplicate existing Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Integer[] (Integer array) |- | 300-600 | Codes Overview |} ===Example POST=== Curl example POST <synta...") Tag: Recreated
- 08:0708:07, 19 June 2026 Api session event editor chatchannel append attribute (hist | edit) [1,916 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/editorchatchannel/append_attribute/ Description: Appended to existing Chat Channel numeric Attribute value {|class=wikitable !Index !Importance !Type !Description !Values |- | 0 | REQUIRED | (CHAT_CHANNEL Integer ID or multiple integer values in array [1, 2, 3]) | Chat Channels | |- | 1 | REQUIRED | (String) | Attribute Name | |- | 2 | REQUIRED | (Floating point number or multiple values in array [1.0, 2.0, 3.0]) | Nume...") Tag: Recreated
- 08:0708:07, 19 June 2026 Api session event editor chatchannel add (hist | edit) [1,090 bytes] Frank@tygron.nl (talk | contribs) (Created page with "API Endpoint: api/session/event/editorchatchannel/add/ Description: Add new Chat Channel {|class=wikitable !Index !Importance !Type !Description !Values |} ===Response Codes=== {|class=wikitable !Response Code: !Description |- | 200 | Integer (ChatChannel ID) |- | 300-600 | Codes Overview |} ===Example POST=== Curl example POST <syntaxhighlight lang="text" copy>curl 'https://engine.tygron.com/api/session/event/editorchatchannel/add/' -H 'Content-Type: application/j...") Tag: Recreated