mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
API: Add add deprecation notice for getting folder by sequential ID (#67091)
* API: Add deprecation notice * Update Swagger/openAPI
This commit is contained in:
committed by
GitHub
parent
1324434dfb
commit
3bc002cd27
@@ -96,7 +96,10 @@ func (hs *HTTPServer) GetFolderByUID(c *contextmodel.ReqContext) response.Respon
|
||||
//
|
||||
// Get folder by id.
|
||||
//
|
||||
// Returns the folder identified by id.
|
||||
// Returns the folder identified by id. This is deprecated.
|
||||
// Please refer to [updated API](#/folders/getFolderByUID) instead
|
||||
//
|
||||
// Deprecated: true
|
||||
//
|
||||
// Responses:
|
||||
// 200: folderResponse
|
||||
|
||||
Reference in New Issue
Block a user