Hisoka-X commented on code in PR #7647: URL: https://github.com/apache/seatunnel/pull/7647#discussion_r1793444999
########## docs/en/seatunnel-engine/rest-api-v1.md: ########## @@ -2,7 +2,12 @@ sidebar_position: 11 --- -# RESTful API +**Notes:** + +It is recommended to use the v2 version of the Rest API. The v1 version is deprecated and will be removed in the future. + + +# RESTful API V1 Review Comment: we should not add notes before first header. It let page title not right.  Please update to ``` # RESTful API V1 :::caution warn It is recommended to use the v2 version of the Rest API. The v1 version is deprecated and will be removed in the future. ::: ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
