This is an automated email from the ASF dual-hosted git repository.

wilfreds pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 900da59e15 [YUNIKORN-2013] Remove deprecated log REST calls (#347)
900da59e15 is described below

commit 900da59e15f73282bc284533fd08b09d837ba515
Author: brandboat <[email protected]>
AuthorDate: Tue Oct 17 11:58:44 2023 +1100

    [YUNIKORN-2013] Remove deprecated log REST calls (#347)
    
    Update documentation to remove the log REST calls that were removed as
    part of YUNIKORN-1980
    
    Closes: #347
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 docs/api/scheduler.md | 46 ----------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index 4d4838cfe8..494d2d3cc2 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -1895,49 +1895,3 @@ None
 ### Error response
 
 **Code**: `400 Bad Request`
-
-## Get log level
-Retrieve the current log level.
-
-**URL** : `/ws/v1/loglevel`
-
-**Method** : `GET`
-
-**Auth required** : NO
-
-### Success response
-
-**Code**: `200 OK`
-
-**Content examples**
-
-```
-info
-```
-
-## Set log level
-Set the log level.
-
-**URL** : `/ws/v1/loglevel/{level}`
-
-**Method** : `PUT`
-
-**Auth required** : NO
-
-### Success response
-
-**Code**: `200 OK`
-
-### Error response
-
-**Code**: `400 Bad Request`
-
-**Content examples**
-
-```json
-{
-    "status_code":400,
-    "message":"failed to change log level, old level active",
-    "description":"failed to change log level, old level active"
-}
-```


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to