Skip to content

Commit

Permalink
docs: update readme (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopappas authored Nov 28, 2023
1 parent 4babfd3 commit 46878a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Example of making a POST request to the `api/v1/sdn-check/` endpoint:
'https://sanctions.edx.org/api/v1/sdn-check/',
timeout=settings.SANCTIONS_CLIENT_TIMEOUT,
json={
'lms_user_id': user.lms_user_id, # optional
'lms_user_id': user.lms_user_id,
'username': user.username, # optional
'full_name': full_name,
'city': city,
Expand Down

0 comments on commit 46878a3

Please sign in to comment.