Browse Source
AI rule node: change URL for AI model settings API to be more RESTful
pull/13371/head
Dmytro Skarzhynets
11 months ago
No known key found for this signature in database
GPG Key ID: 2B51652F224037DF
1 changed files with
1 additions and
1 deletions
-
application/src/main/java/org/thingsboard/server/controller/AiModelSettingsController.java
|
|
|
@ -46,7 +46,7 @@ import static org.thingsboard.server.controller.ControllerConstants.SORT_PROPERT |
|
|
|
import static org.thingsboard.server.controller.ControllerConstants.TENANT_AUTHORITY_PARAGRAPH; |
|
|
|
|
|
|
|
@RestController |
|
|
|
@RequestMapping("/api/ai-model-settings") |
|
|
|
@RequestMapping("/api/ai/model/settings") |
|
|
|
class AiModelSettingsController extends BaseController { |
|
|
|
|
|
|
|
@ApiOperation( |
|
|
|
|