Skip to content

Commit

Permalink
PD-5077
Browse files Browse the repository at this point in the history
  • Loading branch information
AMBERMW13 committed Sep 23, 2024
1 parent b78930a commit 5794897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h1>Checks Python API Helper Scripts</h1>
<p><MadCap:variable name="General.Liquibase" /> 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 <MadCap:xref href="home.htm">Custom Policy Checks</MadCap:xref> documentation.</p>
<h2>Changeset attributes</h2>
<p>Methods to access, or return, <MadCap:variable name="General.Liquibase" /> <MadCap:variable name="General.changeset" /> attributes. The <MadCap:variable name="General.changeset" /> is always the input parameter for these attributes.</p>
<p>These attributes are methods available to you after importing the <code>liquibase_changesets</code> file that allow you to pull this content from the given <MadCap:variable name="General.changeset" /> path. The <MadCap:variable name="General.changeset" /> is always the input parameter for these attributes.</p>
<table style="width: 100%;margin-left: auto;margin-right: auto;caption-side: top;">
<col />
<col />
Expand Down

0 comments on commit 5794897

Please sign in to comment.