diff --git a/plugins/modules/tag.py b/plugins/modules/tag.py index 62552807..06e49bf4 100644 --- a/plugins/modules/tag.py +++ b/plugins/modules/tag.py @@ -67,6 +67,7 @@ description: - Tags content type(s). These match app.endpoint and the endpoint is singular. - e.g. dcim.device, ipam.ipaddress (more can be found in the examples) + - Requires C(api_version >= 1.3) required: false type: list elements: str @@ -104,6 +105,7 @@ networktocode.nautobot.tag: url: http://nautobot.local token: thisIsMyToken + api_version: "1.3" name: "{{ item.name }}" description: "{{ item.description }}" content_types: