Hi ! I've tried to find a similar question, withou...
# ask-questions
l
Hi ! I've tried to find a similar question, without luck... I'm using the api, and want to stop an experiment with a custom reason (similar action to the form in the screen). I know how to stop an experiment with a POST request, but i cannot find in the docs how to set this
Conclusion
, would someone know how to achieve that ?
r
Hi! I think the ​`resultSummary`​ and ​`conclusions`​ properties might be what you're looking for: https://docs.growthbook.io/api/#tag/Experiment­_model
👀 1
l
Hi @strong-mouse-55694! I've seen these, but they are not documented in the POST request to update an experiment : https://docs.growthbook.io/api/#tag/experiments/operation/updateExperiment If i try to set them in the POST request body, i get these errors :
Copy code
{
    "message": "Request body: [] Unrecognized key(s) in object: 'resultSummary'"
}

{
    "message": "Request body: [] Unrecognized key(s) in object: 'conclusions'"
}
Which makes me think maybe it isn't possible to update them from the api ?
r
Just wanted to let you know that I'm still digging into this but ran into the same issue you're facing.
It does look like there's a bug here. One of our data scientists is looking into it.
👀 1