Skip to content

Commit db59339

Browse files
committed
docs; update docs
1 parent 30adcf7 commit db59339

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/source/identity_and_access_management.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,25 @@ Inspect the token currently used by the client
1616
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1717
.. automethod:: cognite.client._api.iam.TokenAPI.inspect
1818

19+
Projects
20+
^^^^^^^^^
21+
Create projects
22+
~~~~~~~~~~~~~~~~
23+
.. automethod:: cognite.client._api.projects.ProjectsAPI.create
24+
25+
List projects
26+
~~~~~~~~~~~~~~
27+
.. automethod:: cognite.client._api.projects.ProjectsAPI.list
28+
29+
Retrieve project
30+
~~~~~~~~~~~~~~~~~
31+
.. automethod:: cognite.client._api.projects.ProjectsAPI.retrieve
32+
33+
Update project
34+
~~~~~~~~~~~~~~~~
35+
.. automethod:: cognite.client._api.projects.ProjectsAPI.update
36+
37+
1938
Groups
2039
^^^^^^
2140
List groups
@@ -94,6 +113,10 @@ Data classes
94113
:members:
95114
:show-inheritance:
96115

116+
.. automodule:: cognite.client.data_classes.projects
117+
:members:
118+
:show-inheritance:
119+
97120
.. automodule:: cognite.client.data_classes.user_profiles
98121
:members:
99122
:show-inheritance:

0 commit comments

Comments
 (0)