Skip to content

Commit

Permalink
Merge pull request #7498 from lpalashevski/fix-7423
Browse files Browse the repository at this point in the history
Fix typo in rest endpoint path #7423
  • Loading branch information
Ljupcho Palashevski committed Mar 7, 2023
2 parents 5789589 + fb7d270 commit 10d2eb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public void deleteGovernanceZone(String userId,
final String methodName = "deleteGovernanceZone";

final String guidParameter = "zoneGUID";
final String urlTemplate = serverPlatformURLRoot + "/servers/{0}/open-metadata/access-services/governance-program/users/{1}/governance-zones/{2}/delete}";
final String urlTemplate = serverPlatformURLRoot + "/servers/{0}/open-metadata/access-services/governance-program/users/{1}/governance-zones/{2}/delete";

super.removeReferenceable(userId, zoneGUID, guidParameter, urlTemplate, methodName);
}
Expand Down

0 comments on commit 10d2eb4

Please sign in to comment.