Update link
Require Authorization header.
Update short link:
Method: POST,
URL: https://keydocument.q-ube.com/shorts/updatelinks,
headers:{
'Content-type':'application/json; charset=utf-8',
'Authorization':'Bearer ' <token>
},
data:{
data:[{
id:<id>,
l:<l>,
t:<t>,
cid:<cid>,
e:{pem:<pem>,pid:<pid>
}]
}
Add "appkey" to data if the authorization is created with an application key.
The response is JSON.
Check for:
data.response.data[0]