Skip to content

Commit 82b9635

Browse files
authored
fix example for observability creation (#432)
1 parent c9bb2c4 commit 82b9635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/observability/create_instances.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
client = DefaultApi(config)
1212

1313
# Get all offerings
14-
response = client.v1_projects_offerings_list(project_id)
14+
response = client.list_plans(project_id)
1515

1616
# Create instance using the first found offer
1717
create_instance_payload = CreateInstancePayload(

0 commit comments

Comments
 (0)