PUT
/
api
/
users
/
company_overview_layout
curl --request PUT \
  --url https://app.herondata.io/api/users/company_overview_layout \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '[
  {
    "group_name": "<string>",
    "id": "<string>",
    "widgets": [
      {
        "id": "<string>",
        "scorecard_metric_date_range": "latest",
        "scorecard_metric_label": "<string>",
        "type": "scorecard_metric"
      }
    ]
  }
]'

Authorizations

x-api-key
string
header
required

Body

application/json · object[]
The new company overview layout

The body is of type object[].

Response

204

OK