Update Dashboard Module

Partially update a dashboard module: provided fields are merged into the stored module. The body must include groupId and groupLastUpdated (the parent group's current audit.last_updated value — a mismatch returns 409).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Dashboard visibility scope: org for organization-wide dashboards, org_user for the calling user's personal dashboards.

Allowed:
uuid
required

Dashboard module ID (UUID, supplied by the client on create)

Body Params

Partial module update: any module fields provided are merged into the stored module, and the merged result must remain a valid module.

uuid
required
date-time
required

The parent group's current audit.last_updated value, used for optimistic concurrency

Headers
string

Sevco Organization ID

Responses

400

Invalid merged module or missing groupId/groupLastUpdated

404

Group or module not found

409

The group was modified since groupLastUpdated; re-fetch the group and retry

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json