Update Request
data class UpdateRequest(val bitlink: String, val title: String? = null, val archived: Boolean? = null, val tags: List<String>? = null, val deeplinks: List<Deeplink>? = null, val toJson: Boolean = false) : BitlinkRequest(source)
Parameters for updating an existing Bitlink.
Only the fields supported by the Bitly update endpoint are included in the request payload. Optional values are omitted when not provided. When toJson is true, the full JSON response is returned instead of a boolean success indicator.
Author
Since
3.0