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 Maps

Security

  • 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.
minLength: 1maxLength: 120
queryMatchstring
Query matching strategy for key resolution requests.
enum: exact, ignore, subset

Response schema

Updated link map

Content type: application/json
response 200objectrequired
Link map used to resolve short keys to destinations.
caseSensitivebooleanrequired
Controls key matching case sensitivity.
createdAtstringrequired
Creation timestamp (UTC).
format: date-time
deletedAtstring | nullnullable
Soft-delete timestamp in UTC when deleted.
format: date-time
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.
enum: exact, ignore, subset
updatedAtstringrequired
Last update timestamp (UTC).
format: date-time