Setup Component
Update
Update an existing Setup Component record by ID.
put/api/cp/setup/component/{id}
Path parameters
idinteger required
Id identifier
Request body
Example request
{
"id": 12345,
"account_id": 1,
"name": "Example Name",
"path": "example_path",
"section": "example_section",
"title": "Example Name",
"subtitle": "example_subtitle",
"graph_type": "line",
"colspan": 1,
"height": 123,
"output": "graph",
"queries": "example_queries",
"graph": "Sample graph text content",
"scriptforge_id": 1,
"analytic_id": 1,
"pre_processor_script": "Sample pre_processor_script text content"
}Response
Operation completed successfully
Example response
{
"status": "OK"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.