API setSubject
#2058
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Certainly! Below is the text translated into English:
"Is it possible through the API to update a chat topic?
I've tried something like this and other ways, but everything without success. Could you help me with this?"
API REQUEST: PUT[/restapi/chat/{chat_id}]
{ "type": "command", "content": { "text": "", "command": "setsubject", "payload": "38" } }
OR
{ "nick": "Test Upgrade Nick OK", "device_type": "0", "fields": { "setsubject": 38 } }
Beta Was this translation helpful? Give feedback.
All reactions