Skip to content

Commit

Permalink
payload for update AccessFUnc + ImportFilter is data, not json
Browse files Browse the repository at this point in the history
Change-Id: I08af87120fa9dc82b3ee8a712ce64182cfa0b57c
Reviewed-on: https://review.couchbase.org/c/CapellaRESTAPIs/+/221728
Tested-by: VIPUL BHARDWAJ <vipul.bhardwaj@couchbase.com>
Reviewed-by: VIPUL BHARDWAJ <vipul.bhardwaj@couchbase.com>
  • Loading branch information
vipbhardwaj committed Jan 10, 2025
1 parent a42d688 commit 116aaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capella/dedicated/CapellaAPI_v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def update_access_control_function(

resp = self.api_put(self.access_control_function_endpoint.format(
organizationId, projectId, clusterId, appServiceId,
appEndpointKeyspace), params, headers)
appEndpointKeyspace), None, headers, params)
return resp

def fetch_access_function_info(
Expand Down

0 comments on commit 116aaa5

Please sign in to comment.