update_insight: Update an insight.

Description Usage Arguments Value Examples

Description

Update an insight.

Usage

1
update_insight(project_owner, project_id, id, update_insight_req)

Arguments

project_owner

ID of project owner

project_id

ID of project of which insight is a component

id

ID of insight to be replaced

update_insight_req

Request object of type insight_update_request.

Value

Object of type success_message.

Examples

1
2
3
4
5
6
7
8
## Not run: 
  dwapi::update_insight(
    project_owner = 'user',
    project_id = 'project',
    id = 'insight',
    insight_update_request(title='My Insight', image_url='https://...'))

## End(Not run)

dwapi documentation built on May 1, 2019, 11:18 p.m.