geodesic.entanglement.object.Observable.save#

Observable.save(project=None, commit_message=None)#

Updates an existing Object in Entanglement.

Parameters:
  • project (Project | str | None) – the project to save this object to. Defaults to the active project.

  • commit_message (str | None) – an optional commit message to associate with this update. If not specified, no commit message will be associated with this update. It is highly recommended to include a commit message for any update to an object, as this will help you keep track of changes to the object over time.

Returns:

self

Raises:

requests.HTTPError – If this failed to save.

Return type:

Object