Update command in TalkBack queue
PUT
https://api.thingspeak.com/talkbacks/
<talkback_id>
/commands/<command_id>
.<format>
Name | Description |
---|---|
| (Required) TalkBack ID, specified as a positive integer. |
| (Required) Command ID for the command of interest, specified as a positive integer. |
| Format for the HTTP response, specified as
|
Example:
https://api.thingspeak.com/talkbacks/12345/commands/23456.json
Name | Description | Value Type |
---|---|---|
api_key | (Required) API key for this specific instance of TalkBack. The TalkBack key is different from the channel and user API keys. | string |
command_string | Command to be sent to your device. Each command_string is limited to 255 characters. | string |
application/x-www-form-urlencoded
200 OK
The example responses are based on this change in a sample TalkBack queue.
For the full list, see Error Codes.