API: prevent provisioned dashboard from being updated (#41894)
This commit is contained in:
@@ -103,6 +103,11 @@ var (
|
||||
Reason: "Unique identifier needed to be able to get a dashboard",
|
||||
StatusCode: 400,
|
||||
}
|
||||
ErrProvisionedDashboardNotFound = DashboardErr{
|
||||
Reason: "Dashboard is not provisioned",
|
||||
StatusCode: 404,
|
||||
Status: "not-found",
|
||||
}
|
||||
)
|
||||
|
||||
// DashboardErr represents a dashboard error.
|
||||
|
||||
Reference in New Issue
Block a user