v1
latestOpenAPI 3.0.12026-07-243686491.1 MBDeeplinks
Patch an existing deeplink
Required scope: deeplinks:write </br>Organization authorization: supported
patch/api/v1/deeplinks/{deeplinkId}
Path parameters
deeplinkIdinteger required
Request body
Example request
{
"destination": {
"url": "https://example.com"
},
"comment": "This deeplink is used for redirecting users to the main location page."
}Response
Deeplink updated
Example response
{
"id": 1,
"destination": {
"url": "https://example.com"
},
"comment": "Marketing campaign link",
"visits": 42,
"operatorId": 123,
"qrCodeUrl": "https://example.com/qr/abc123",
"appUrl": "monta://deeplink/abc123",
"createdAt": "2024-01-01T12:00:00Z",
"updatedAt": "2024-01-01T12:00:00Z",
"deletedAt": "2024-01-01T12:00:00Z"
}