diff --git a/doc/source/api_curl_examples.rst b/doc/source/api_curl_examples.rst index 66c84b429a..e2b2d8ca54 100644 --- a/doc/source/api_curl_examples.rst +++ b/doc/source/api_curl_examples.rst @@ -147,7 +147,7 @@ POST /tokens Authenticate by exchanging credentials for an access token:: - $ curl -d '{"auth":{"passwordCredentials":{"username": "joeuser", "password": "secrete"}}}' -H "Content-type: application/json" http://localhost:35357/v2.0/tokens + $ curl -d '{"auth":{"tenantName": "customer-x", "passwordCredentials": {"username": "joeuser", "password": "secrete"}}}' -H "Content-type: application/json" http://localhost:35357/v2.0/tokens Returns::