Update multiple fie...
 
Notifications
Clear all

Update multiple fields of same node

2 Posts
2 Users
0 Likes
1,783 Views
(@varun)
New Member
Joined: 3 years ago
Posts: 1
Topic starter  

Hi, 

   Using rest API how can I write the data to multiple fields of the same node?

  Like I want to write the temperature and humidity fields that are in the same node.


   
Quote
(@gabor-auth)
Member
Joined: 3 years ago
Posts: 15
 
Posted by: @varun

Using rest API how can I write the data to multiple fields of the same node?

Like I want to write the temperature and humidity fields that are in the same node.

At the moment, it is not possible with the REST API, you need two separated calls, but you can send two request in the same HTTP channel with reuse on:

http.setReuse(true);

   
ReplyQuote
Share: