---
title: "Update an object URL"
method: PUT
path: "/v1/objects/{object-id}/urls/{url-id}"
tags: ["Objects"]
---

# Update an object URL

`PUT /v1/objects/{object-id}/urls/{url-id}`

Update an existing associated URL identified by its ID.

## Path parameters

- `object-id` integer, required
- `url-id` integer, required

## Request body

- object
  - `url` string, required — The URL (1-2000 characters).
  - `description` string, nullable — Optional human-readable description (max 2000 characters).

## Response `200`

URL updated.

- ObjectUrl
  - `id` integer — URL ID (assigned by the server)
  - `url` string — The URL
  - `description` string — Human-readable description

## Other responses

- `400` — Missing or invalid url/description.
- `401` — Unauthorized
- `403` — User does not have modify access to the object
- `404` — Object or URL with given ID does not exist

---

[API](https://skmtc.net/netxms/apis/netxms-api.md) · [All operations](https://skmtc.net/netxms/apis/netxms-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netxms/netxms-api/versions/14d93e5115dd/schema)
