post https://visual-api.blobcity.com/rest/v1/chart/set-sp
Update the stored procedure associated with a chart
The operation will succeed only if the cid
specified is valid and the key
provided has necessary permissions to carry out the operation.
The operation will set a stored procedure to be invoked by the chart. Optionally static parameters can be specified using the params
object to set any specific parameters that must be passed to the stored procedure. The params
must be a JSON object as Stored Procedures in BlobCity DB accept only a single JSON object as a parameter. The params
can also be passed at runtime when loading the chart.