Change url information/properties

Updates one or more metadata properties on an existing Library URL item identified by libraryContentId within the specified teamsite. Modifiable fields include system properties such as name, parentFolderId, description, owner, expiration date, and custom properties, as well as URL-specific fields such as the target URL and open-in-new-window flag.

The request body follows the same structure returned by the corresponding GET endpoint, so callers can retrieve the current metadata, modify relevant fields, and send the updated body via PATCH. Only the fields included in the request body are updated; omitted fields remain unchanged.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of the teamsite context for the request. Depending on API behavior, it may be a GUID-formatted value or a documented special value such as 1.

uuid
required

Identifier of the library content item targeted by the operation. Must identify URL content for this endpoint.

Query Params
boolean
Defaults to true

When true, the response body contains the full updated URL metadata payload (the same shape as the GET URL endpoint). When false, the service returns an empty 200 response — useful when the caller does not need the updated metadata and wants to minimize bandwidth on bulk patch workflows. Defaults to true.

Body Params

JSON body containing the URL metadata fields to update. Only included fields are modified; omitted fields remain unchanged.

Request body for updating one or more metadata properties on an existing Library URL content item. Only included fields are modified; omitted fields remain unchanged.

string

The name of the URL content item.

string

The identifier of the destination parent folder. Changing this value moves the URL content item to a different folder. Use root to place the item in the root folder of the teamsite.

string

An optional external identifier for the URL content item, used for integration with external systems.

string

An optional external connection identifier for the URL content item, used for integration with external systems.

experts
array of objects

A list of experts for this URL content item. Each expert identifies a user or group principal.

experts
string

The description for the URL content item. Can be an empty string to clear the description.

date

The date the URL content item expires, in YYYY-MM-DD format. Only future dates are accepted.

properties
array of objects

An array of custom properties and their values, where each property is identified by its id.

properties
url
object

URL-specific metadata fields for the Library URL content item.

Headers
string

Media type of the request body. Must be application/json for this endpoint.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json