Path: blob/master/Bitly/Bitly_Update_a_Bitlink.ipynb
2973 views
Kernel: Python 3
Bitly - Update a Bitlink
Tags: #bitly #api #update #bitlink #reference #dev
Author: Florent Ravenel
Last update: 2023-04-12 (Created: 2023-02-24)
Description: This notebook will show how to update fields in the specified link using Bitly API.
References:
Input
Import libraries
In [ ]:
Setup Variables
bitlink
: Bitlink to be updatedtitle
: New title for the Bitlinklong_url
: New long URL for the Bitlink
In [ ]:
Model
Update Bitlink
Update fields in the specified link.
In [ ]:
Output
Display result
In [ ]: