Hello Everyone,
I am creating a Rest API with core functionality.
I logged into cfml administrator and set the REST SERVICE. (Screen shot attached)
and the path for REST API is : 'http://127.0.0.1:8500/rest/api/create_data'
Now can anyone help me to set the API Path like this : 'http://127.0.0.1:8500/api/create_data'
this is client's requirement to use the built-in REST in CF.
s
Scott Bennett
05/20/2022, 1:26 PM
I believe you will need to modify the "update rest path" setting to "api" and then the "Service mapping" to "create_data"