Actions
Feature #37474
closedSupport updating ansible override values via api
Difficulty:
easy
Triaged:
No
Description
It would be useful if the ansible_override_values api endpoint supported updating overrides in addition to creating and deleting them.
Currently to update a override value with the api one needs to:
1. Check if override already exists
2. Find the override id
3. Delete the override
4. Recreate the override.
Actions