bitly_update_cust_bitlink: Update Custom Bitlink (Premium)

View source: R/bitly_custom_links.R

bitly_update_cust_bitlinkR Documentation

Update Custom Bitlink (Premium)

Description

Move a Keyword to a different Bitlink

Usage

bitly_update_cust_bitlink(
  custom_bitlink = NULL,
  bitlink_id = NULL,
  showRequestURL = FALSE
)

Arguments

custom_bitlink

- A Custom Bitlink made of the domain and keyword

bitlink_id

- string

showRequestURL

- an optional T/F value to whether show URL which has been build and requested from server. For debug purposes, default FALSE.

See Also

https://dev.bitly.com/api-reference/#updateCustomBitlink

Examples

## Not run: 
bitly_update_cust_bitlink(custom_bitlink = "es.pn/SuperBowl", bitlink_id = "")

## End(Not run)


urlshorteneR documentation built on Aug. 22, 2022, 9:08 a.m.