Skip to content

Commit f686413

Browse files
committed
update layer
1 parent 977f21e commit f686413

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: .github/workflows/demo_provisioning_scripts/LDPlatform.py

-2
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ def create_layer(
712712
headers = {
713713
"Content-Type": "application/json",
714714
"Authorization": self.api_key,
715-
"LD-API-Version": "beta",
716715
}
717716

718717
response = self.getrequest(
@@ -748,7 +747,6 @@ def update_layer(
748747
headers = {
749748
"Content-Type": "application/json",
750749
"Authorization": self.api_key,
751-
"LD-API-Version": "beta",
752750
}
753751

754752
response = self.getrequest(

0 commit comments

Comments
 (0)