[docs] document 409 Conflict on updating data sources. (#93170)

This commit is contained in:
Daniel Strobusch
2024-11-21 11:28:30 +02:00
committed by GitHub
parent a9b938427e
commit 169b61b98d
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -492,6 +492,7 @@ func (hs *HTTPServer) UpdateDataSourceByID(c *contextmodel.ReqContext) response.
// 200: createOrUpdateDatasourceResponse
// 401: unauthorisedError
// 403: forbiddenError
// 409: conflictError
// 500: internalServerError
func (hs *HTTPServer) UpdateDataSourceByUID(c *contextmodel.ReqContext) response.Response {
cmd := datasources.UpdateDataSourceCommand{}