|
|
@@ -5,7 +5,7 @@ |
|
|
|
"uri": "users", |
|
|
|
"method": "put", |
|
|
|
"entity": { |
|
|
|
"name": "test_user_free", |
|
|
|
"name": "test_plan_apps_user", |
|
|
|
"password": "password", |
|
|
|
"contact": {"type": "email", "info": "test-user@example.com"} |
|
|
|
} |
|
|
@@ -19,7 +19,7 @@ |
|
|
|
"session": "new", |
|
|
|
"uri": "auth/login", |
|
|
|
"entity": { |
|
|
|
"name": "test_user_free", |
|
|
|
"name": "test_plan_apps_user", |
|
|
|
"password": "password" |
|
|
|
} |
|
|
|
}, |
|
|
|