From 5794897f033c243461eba52c2302a8913d3d9013 Mon Sep 17 00:00:00 2001 From: AMBERMW13 Date: Mon, 23 Sep 2024 17:08:40 -0600 Subject: [PATCH] PD-5077 --- .../policy-checks/custom-policy-checks/api-helper-scripts.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.htm b/Content/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.htm index 5b0f90af9..850b311ea 100644 --- a/Content/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.htm +++ b/Content/liquibase-pro/policy-checks/custom-policy-checks/api-helper-scripts.htm @@ -10,7 +10,7 @@

Checks Python API Helper Scripts

provides an API that contains helper scripts to enable users to write Python custom policy checks. You can implement any of the helper scripts listed below into your custom policy check to narrow down the content you are searching for. Learn more about how to use these functions by reading our Custom Policy Checks documentation.

Changeset attributes

-

Methods to access, or return, attributes. The is always the input parameter for these attributes.

+

These attributes are methods available to you after importing the liquibase_changesets file that allow you to pull this content from the given path. The is always the input parameter for these attributes.