Skip to content

Commit

Permalink
Update client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaBlooms committed Nov 22, 2024
1 parent a828218 commit 403da5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupiterone/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ def delete_relationship(self, relationship_id: str = None):
response = self._execute_query(DELETE_RELATIONSHIP, variables=variables)
return response["data"]["deleteRelationship"]

def create_custom_integration_instance(self,
def create_integration_instance(self,
instance_name: str = None,
instance_description: str = None,
integration_definition_id: str = "8013680b-311a-4c2e-b53b-c8735fd97a5c"):
Expand Down

0 comments on commit 403da5f

Please sign in to comment.