API - OpenVPN - client_overwrites

Started by smema79, May 13, 2024, 10:15:27 AM

Previous topic - Next topic
Sorry for the question but I couldn't find anything about it.
Have any of you ever tried to use Rest API to POST an OpenVPN client overwrite configuration?

I've been trying for quite some time without success, trying both api/openvpn/client_overwrites/add and api/openvpn/client_overwrites/test and passing it a JSON like this:


{
    "common_name": "test",
    "enabled": "1",
    "description": "Test User"
}


Ther Result is always: "failed"

Regards
Stefano