Automating Config Files creation in Jenkins

Hi!

Jenkins setup:

  • Self-hosted Jenkins instance (2.361.2) in K8s cluster
  • Config File Provider plugin (3.11.1)

I am trying to automate the Config File creation using API but at “root” level (basically in “$JENKINS_URL/manage/configfiles”, not for a specific folder or job).
After searching for some info on the web I have not found much. In the plugin’s page I have found this: Config File Provider, and specifically this Jira issue which seems not to be resolved: Loading.... I don’t know if there is really a way of automating the Config File creation via API, do you have more info?

Thanks in advance!