mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
prefix all /api/v1/ view descriptions with a deprecation message
additionally, fix a bug in /api/v1/credentials/ view descriptions that causes v2 fields to display (see: #6116)
This commit is contained in:
1
awx/api/templates/api/_deprecated.md
Normal file
1
awx/api/templates/api/_deprecated.md
Normal file
@@ -0,0 +1 @@
|
||||
> _This resource has been deprecated and will be removed in a future release_
|
||||
@@ -10,5 +10,4 @@
|
||||
{% if new_in_300 %}> _Added in Ansible Tower 3.0.0_{% endif %}
|
||||
{% if new_in_310 %}> _New in Ansible Tower 3.1.0_{% endif %}
|
||||
{% if new_in_320 %}> _New in Ansible Tower 3.2.0_{% endif %}
|
||||
{% if deprecated %}> _This resource has been deprecated and will be removed in a future release_{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user