v3

latestSwagger 2.02026-08-067506752.0 MB
scenario

Upsert multiple scenario view configs in a single atomic request

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

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"
  }
]