hi luoyu: if I understand correctly. you want to remove the crate_time field and update_time field from the create request body. If so, I agree with you.
Best Regards guohao.wang On Mon, 4 Sept 2023 at 10:23, luo yu <yuluo08290...@gmail.com> wrote: > Hello everyone. The purpose of this email is to inform you that real > changes are coming to the Apache APISIX project. > **background** 1. The design of create_time and update_time in Admin API > can be manually adjusted instead of limiting the current time of the > system. Due to an artificial setting, no warning or error message will be > issued even if update_time < create_time. 2. There are script functions in > the routing and service modules. After investigation, it was found that the > usage rate of script functions for routing and services is low. There is no > feedback about this script function in the community, and it is a > low-frequency function. It is also recommended to use custom plug-ins to > implement script functions. **In summary** 1. Currently, in the Admin API > documentation, each resource has create_time and update_time attributes. > From a system perspective, these two fields should not be considered > modified, and the document description is redundant, so the create_time and > update_time of the resource in the APISIX update_time field need to be > deleted. 2. Delete the script function in route and service. > > Best > Shiwen Ji >