ReplaceTag2Async

Replaces one tag value with another value, as single aciton Returns (new Instance of T of the updated object)

Name Description
baseInfo Object instance to be updated
tag existing tag
newTag new Tag

Replace Tag2 Async

Example in C#

// Returns: T
var item = await client.ReplaceTag2Async<T>(T baseInfo, String tag, String newTag);

Example in CURL



           curl -X POST \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/people/PERSON.KEY/tags2?tag=curlexampleoftag \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'