Description Usage Arguments Value Examples
adds or updates an alias in the application
| 1 | 
| alias | list representing alias to POST or PUT | 
| isNew | whether or not the alias is new | 
| ... | extra params to pass to checkAuth | 
saved alias ID
| 1 2 3 4 5 6 7 8 | ## Not run: 
setBaseURL('dev')
saveAlias(
 alias=list("id"="test", "item_id"="test-item"),
 isNew=TURE
)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.