Update Chart Stored Procedure

Update the stored procedure associated with a chart

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Body Params
string

Unique chart id of chart to update

sp
object

The new stored procedure to invoke

json

[Optional] New static parameters to be passed to the Stored Procedure

Responses

Language
Credentials
Query
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json