@Path(value="/mgmt/todolists")
public interface ITodoListsMgmt
Modifier and Type | Method and Description |
---|---|
TaskRef |
reindex(java.lang.String todoUid)
Reindex a Todolist
|
TaskRef |
reindexAll()
Reindex all Todolists
|
@POST @Path(value="_reindex") TaskRef reindexAll() throws ServerFault
TaskRef
which can be used to track
this asynchronous operationServerFault
@POST @Path(value="{containerUid}/_reindex") TaskRef reindex(@PathParam(value="containerUid") java.lang.String todoUid) throws ServerFault
todoUid
- Unique Todolist IDTaskRef
which can be used to track
this asynchronous operationServerFault
Copyright © 2021. All Rights Reserved.