Update Widget
This method allows updating the information of the user's widget.
Request
name
value
url
https://dev.pulsoid.net/api/v1/widgets/{widget.id}
method
POST
scope
widgets:update
Body Param Accepts JSON object with the following field
name
value
configuration
Json representing new widget's configuration
Headers Parameters explained:
name
value
description
Authorization
Bearer {auth token}
Response
The response is an updated widget.
Curl Request Example
Response Example
Last updated