File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The Phase Two Python SDK library provides access to the Phase Two API for server
66
77## Documentation
88
9- See the [ API Reference] ( https://phasetwo.io/api/ ) and [ PyPI ] ( https://pypi.org/project/phasetwo-sdk/ ) .
9+ See the [ API Reference] ( https://phasetwo.io/api/phase-two-admin-rest-api )
1010
1111## Installation
1212
4949except phasetwo.ApiException as e:
5050 print (" Exception when calling AttributesApi->create_realm_attribute: %s \n " % e)
5151
52- # Create an Organization
52+ # Create an Organization - TODO
5353
54- # Create an Admin Portal link for the Organization
54+ # Create an Admin Portal link for the Organization - TODO
5555
56- # Create and publish an Audit Event
56+ # Create and publish an Audit Event - TODO
5757
5858```
5959
You can’t perform that action at this time.
0 commit comments