Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SohaibAjmal authored Mar 27, 2017
1 parent 4b19150 commit 87efc26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ Python scripts that demonstrte use of Okta's REST APIs for Unviversl Directory.
Last ud_script_template.py is a template. It has functions to make REST API calls (GET, GET paginated, POST, PUT and DELETE).
This script can be used to create any use case. Test the use case in Python and use this script to create same flow using functions.

Requirements to Run Script:
#Requirements to Run Script:

1) Python 2.7
2) Python's requests libaray (run "pip install requests" from command line or shell). You may need t install pip i.e. Python's package
manager on Windows system


How to Run Script
#How to Run Script

For first 5 script open the script in your favorite editor (e.g. Sublime) and set orgName including okta/oktapreview to your org e.g.
"myorg.okta" or "myorg.oktapreview". If there are any required attribute such as N, attributeName, attributeValue at the top, update
Expand Down

0 comments on commit 87efc26

Please sign in to comment.