Update Template Links
Use Popl APIs to update the value of links from a template
PUT /api/pub/members/updateWildCardLink
{
"memberId": 12345,
"wildcardId": "exampleLinkId",
"value": "Value to use for the link"
}{
"message": "Success",
"data": {
"wasAnyCardUpdated": true
}
}POST /api/pub/members/bulkUpdateWildCardLink
Last updated