Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized property observed when running #366

Open
JonathanGladwin opened this issue Jan 10, 2019 · 0 comments
Open

Unrecognized property observed when running #366

JonathanGladwin opened this issue Jan 10, 2019 · 0 comments

Comments

@JonathanGladwin
Copy link

I have followed Wasabi Github page - https://github.com/intuit/wasabi , to install. After I installed, got localhost URL and run Swagger to test APIs.

First one I am trying with the following API,
POST : http://localhost:8080/api/v1/assignments/applications/DemoTest/experiments/ExpDemoTest/users/DemoPageUserID1?createAssignment=true&ignoreSamplingPercent=false&context=PROD&forceProfileCheck=false

Segmentation Profile :
{
"cache":true,
"payload":"green",
"assignment":"BucketA",
"context":"PROD",
"status":"NEW_ASSIGNMENT"
}

But, when I run the test, it is giving the following error:
{
"error": {
"code": 400,
"message": "Unrecognized property "cache""
}
}

Please help what is the issue here?

  1. In the API reference guide, https://intuit.github.io/wasabi/v1/guide/index.html#recap
    There is "Hello World: Client Demo App" section, it is mentioned about "Admin UI" to create experiment. I couldn't get Admin UI after installation. Please advise, How to get it?

Thanks and Appreciate your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant