renamed api to match better the repo name and the feature provided.
[apps/agl-service-data-persistence.git] / ll-database-binding / src / persistence-binding.c
@@ -459,7 +459,7 @@ static const afb_verb_v2 ll_database_binding_verbs[]= {
 };
 
 const struct afb_binding_v2 afbBindingV2 = {
-       .api = "ll-database",
+       .api = "persistence",
        .specification = NULL,
        .verbs = ll_database_binding_verbs,
        .preinit = NULL,