Skip to content

Commit

Permalink
Update airbyte/_util/api_util.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Dec 17, 2024
1 parent 93acdcc commit a59d13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airbyte/_util/api_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ def set_actor_override(
"""
_ = workspace_id
json_result = _make_config_api_request(
path="/v1/scoped_configuration/create",
path="/scoped_configuration/create",
json={
# https://github.com/airbytehq/airbyte-platform-internal/blob/10bb92e1745a282e785eedfcbed1ba72654c4e4e/oss/airbyte-api/server-api/src/main/openapi/config.yaml#L7376
"value": override.docker_image_override,
Expand Down

0 comments on commit a59d13f

Please sign in to comment.