Skip to content

Commit cd5f9fe

Browse files
committed
readme updates
1 parent 8b5fbcd commit cd5f9fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

@@ -49,11 +49,11 @@ try:
4949
except 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

0 commit comments

Comments
 (0)