Add deployment type shortname for legacy API url (#2026)
* Add deployment type shortname for legacy API url * Add trailing slash to legacy API url Co-authored-by: Christian Adams <[email protected]> --------- Co-authored-by: Christian Adams <[email protected]>
This commit is contained in:
co-authored by
Christian Adams
parent
039157d070
commit
5bb2b2ac87
@@ -1,5 +1,6 @@
|
||||
---
|
||||
deployment_type: awx
|
||||
deployment_type_shortname: awx
|
||||
kind: 'AWX'
|
||||
api_version: '{{ deployment_type }}.ansible.com/v1beta1'
|
||||
|
||||
|
||||
@@ -66,7 +66,7 @@ data:
|
||||
<p class="doc-note">
|
||||
The API endpoints for this platform service will temporarily remain available at the URL for this service.
|
||||
Please use the Ansible Automation Platform API endpoints corresponding to this component in the future.
|
||||
These can be found at <a href="{{ public_base_url }}/api/{{ deployment_type }}" target="_blank">{{ public_base_url }}/api/{{ deployment_type }}</a>.
|
||||
These can be found at <a href="{{ public_base_url }}/api/{{ deployment_type_shortname }}" target="_blank">{{ public_base_url }}/api/{{ deployment_type_shortname }}/</a>.
|
||||
</p>
|
||||
|
||||
<!-- Include any additional scripts if needed -->
|
||||
|
||||
Reference in New Issue
Block a user