v3

latestSwagger 2.02026-08-067506752.0 MB
scenario

Update a scenario view config

post/v1/org/{orgId}/scenario/{scenarioId}/update-shared-view

Path parameters

orgIdstring required

Org identifier (either id or slug)

scenarioIdstring required

Scenario id

Request body

customColumnNamesstring[]

list of column names to display

columnWidthsobject

map of column names to widths

type'ALL_CHANGES_GROUPED' | 'CREATE' | 'HIRE' | 'DELETE' | 'DEPART' | 'COMP' | 'UPDATE' | 'MOVE'

type of view

updateIdstring

update id

updateAtstring

update at

Example request

{
  "updateId": "588f7ee98f138b19220041a7"
}