Restore Tag¶
Restores a deleted tag.
Request¶
POST https://test-uni.cloudplan.biz/api/search/restore_tag
{
    "tag_id": ""             //the id of the tag to restore
    "org_id": ...            //(optional) org id of the tag - can only be set by cloudplan users
}
Note: when no options are given the function returns ALL tags for the users org.
Reply¶
{
    "result": true/false
    "tag_docs": [{...}, {...}]   //list of tag documents
}
Error Codes¶
none