CheckDashboardVersion
Check whether the client's expected version matches the current dashboard version to prevent stale writes
POST
/api/v1/monitoring/dashboards/{dashboardId}/version-checkOperation ID
CheckDashboardVersionSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonPath Parameters
dashboardIdStringRequiredUUID of the dashboard to check the version of
Body Fields
expectedVersionIntegerRequiredVersion number the client expects the dashboard to be at
Example: 5
