mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 05:31:22 -03:30
538 B
538 B
{% if has_named_url %}
Note: starting from api v2, this resource object can be accessed via its named URL.
{% endif %}
{% ifmeth GET %}
Retrieve {{ model_verbose_name|title|anora }}:
Make GET request to this resource to retrieve a single {{ model_verbose_name }} record containing the following fields:
{% include "api/_result_fields_common.md" %} {% endifmeth %}
{% ifmeth DELETE %}
Delete {{ model_verbose_name|title|anora }}:
Make a DELETE request to this resource to delete this {{ model_verbose_name }}. {% endifmeth %}