Start
Guides
Concepts
API endpoints
PUT
Update link map entry
https://linkshift.app/api/v1/link-map-entries/{id}Updates key or destination for a link-map entry.
Operation ID:
updateLinkMapEntryTags: Link Map EntriesSecurity
- ApiKeyAuth: apiKey | header:X-API-Key | API key generated in LinkShift dashboard (`Organization -> Manage API keys`).
Parameters
Path parameters
idrequired
Type: stringDescription: Resource identifier.
Request body schema
requestBodyobjectrequired
Payload for updating one link-map entry.
destinationstring
Destination URL resolved for the key.
keystring
Lookup key.
Response schema
Updated link map entry
Content type:
application/jsonresponse 200objectrequired
One key-to-destination mapping inside a link map.
createdAtstringrequired
Creation timestamp (UTC).
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
destinationstringrequired
Destination URL for the key.
idstringrequired
Link-map entry ID.
keystringrequired
User-provided lookup key.
keyNormalizedstringrequired
Backend-normalized key used in matching.
linkMapIdstringrequired
Parent link-map ID.
updatedAtstringrequired
Last update timestamp (UTC).
