Skip to content

Commit

Permalink
Revert 'cmdb.object.create' to 'cmdb.object.update'
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardfischer committed Dec 16, 2024
1 parent c861f6a commit 57463e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMDBObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function update(int $objectID, array $attributes = []): self {
}

$result = $this->api->request(
'cmdb.object.create',
'cmdb.object.update',
$params
);

Expand Down

0 comments on commit 57463e2

Please sign in to comment.