mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
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 <rooftopcellist@gmail.com> --------- Co-authored-by: Christian Adams <rooftopcellist@gmail.com>
This commit is contained in:
@@ -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