From d7036ae8ad23121129b162a62815b2a7d98a3802 Mon Sep 17 00:00:00 2001 From: lucasfontini Date: Thu, 5 Oct 2023 15:28:09 -0300 Subject: [PATCH] Update patch.ipam.ip_addresses.yaml include comment as a parameter --- actions/patch.ipam.ip_addresses.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/actions/patch.ipam.ip_addresses.yaml b/actions/patch.ipam.ip_addresses.yaml index d1d18b79..2222cbdc 100644 --- a/actions/patch.ipam.ip_addresses.yaml +++ b/actions/patch.ipam.ip_addresses.yaml @@ -57,6 +57,10 @@ parameters: required: false type: string description: "Description" + comments: + required: false + type: string + description: "comments" tags: required: false type: array @@ -69,4 +73,4 @@ parameters: required: true type: string description: "ID of the object to patch." -runner_type: python-script \ No newline at end of file +runner_type: python-script