Skip to content

Commit

Permalink
Add delete_indexes and delete_constraints to docs (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
erlendvollset committed May 23, 2024
1 parent ac416a4 commit 79077d4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/data_modeling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ Delete containers
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.data_modeling.containers.ContainersAPI.delete

Delete constraints
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.data_modeling.containers.ContainersAPI.delete_constraints

Delete indexes
^^^^^^^^^^^^^^^^^^
.. automethod:: cognite.client._api.data_modeling.containers.ContainersAPI.delete_indexes

Containers data classes
^^^^^^^^^^^^^^^^^^^^^^^^
.. automodule:: cognite.client.data_classes.data_modeling.containers
Expand Down

0 comments on commit 79077d4

Please sign in to comment.