1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 05:25:29 +03:00

fixed typo

This commit is contained in:
britcey 2013-04-03 17:45:04 -03:00
parent b20a29b458
commit 09f3c97023

View File

@ -44,7 +44,7 @@ Create Users and Organizations
* Confirm your super user account at /api/v1/me/
* Create some organizations at /api/v1/organizations/
* Create some users by posting to /api/v1/organizations/X/users/
* Add some users to be admins of those organizations by posting to /api/v1/organizatoins/X/admins/
* Add some users to be admins of those organizations by posting to /api/v1/organizations/X/admins/
* At this point, use your org admin account, instead of your superuser account, if you wish
Build Out Inventory