Dashboards: Prevent version restore to same data (#102665)

This commit is contained in:
Stephanie Hingtgen
2025-03-24 09:48:46 -06:00
committed by GitHub
parent 55f2812466
commit c76a681a43
3 changed files with 92 additions and 1 deletions

View File

@ -216,6 +216,7 @@ JSON response body schema:
Status codes:
- **200** - OK
- **400** - Bad request (specified version has the same content as the current dashboard)
- **401** - Unauthorized
- **404** - Not found (dashboard not found or dashboard version not found)
- **500** - Internal server error (indicates issue retrieving dashboard tags from database)