In Signals Notebook update 26.5, the ability to unarchive archived experiments was added to the API. In this article, you'll find a step-by-step guide on how to perform this action using our Swagger.
Access Swagger page in Signals Notebook.
Expand the “Entities” menu.
Search for the endpoint "POST/entities/{eid}/reviews/unarchive".
Expand this endpoint and click on "Try it out".
In the eid field, paste the eid of the experiment you want to unarchive.
For the request body of this endpoint, you can use the following example:
{
"data": {
"attributes": {
"reason": "ENTER THE REASON FOR UNARCHIVING THE EXPERIMENT HERE"
}
}
}
Click on "Execute".
Once you have completed this process, you will have successfully unarchived your experiment using Signals Notebook's Swagger.
Comments
0 comments
Article is closed for comments.