Start
Guides
Concepts
API endpoints
PUT
Update link map
https://linkshift.app/api/v1/link-maps/{id}Updates link-map behavior such as case sensitivity, query matching, or fallback destination.
Operation ID:
updateLinkMapTags: Link MapsSecurity
- 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 a link map.
caseSensitiveboolean
Whether key matching is case sensitive.
fallbackDestinationstring | nullnullable
Fallback destination URL used when key lookup misses.
namestring
Link-map display name.
queryMatchstring
Query matching strategy for key resolution requests.
Response schema
Updated link map
Content type:
application/jsonresponse 200objectrequired
Link map used to resolve short keys to destinations.
caseSensitivebooleanrequired
Controls key matching case sensitivity.
createdAtstringrequired
Creation timestamp (UTC).
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
domainGroupIdstringrequired
Parent domain-group ID.
fallbackDestinationstring | nullnullable
Optional destination used when no key matches.
idstringrequired
Link-map ID.
namestringrequired
Human-readable link-map name.
queryMatchstringrequired
Query-string matching strategy for key resolution requests.
updatedAtstringrequired
Last update timestamp (UTC).
