Skip to content

Commit 40d99ac

Browse files
committed
doc: clarify between owner/username in python lib
* provide clarification between username in python client lib which is the full username@example.com and owner which is username Change-Id: I6b4c708307d2fe7d3f68a245e48edbbeda69bd18
1 parent 020c2d7 commit 40d99ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/quads-self-schedule.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ with QuadsApi(username, password, base_url) as quads:
164164
```
165165

166166
### Create an assignment via Python
167+
> [!NOTE]
168+
> The `owner` field is the username minus the `@example.com` part of the email string, e.g. `joe`
169+
>
167170
```python
168171
from quads_lib import QuadsApi
169172

0 commit comments

Comments
 (0)