We have a java based ticket management application and where users can submit the input values "projectname", "accesskind", "permissiontype". We have a azuredevops pipeline created to automate the permission assignment in jfrog artifactory, where the pipeline is currently configured with manual input of these values to the yaml file parameters from the Tickets.
Our Ticket management tool have capability to push the contents of these values over API calls. So I am looking for Azuredevops server Repo API, that I can give to the tools to update this values directly in the pipeline parameter yaml files, from there I can integrate my existing pipelines