Change url information/properties

This endpoint allows any of the url's properties to be modified including system properties such as the name, owner, description, as well as custom properties. The structure of the PATCH mirrors to the structure of the GET, so you can simply use the GET the get a body, modify any relevant fields (that are supported), then send the body via the PATCH. See the section on Patch Conventions for more information on working with PATCH.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
string
required
Query Params
boolean
Defaults to true
Body Params
url
object
string

The userId of the owner of the item.

experts
array of objects

A list of experts for this item. A user expert would be in the form {"type":"user", "id":"the users id"}. A group expert would be in the form {"type":"group", "id":"the group id"}.

experts
properties
array of objects

An array of properties and their values where each property is identified by its id such as {"id": "the property id","values": ["Value A", "Value B"]}. The property name can be included, but will be ignored.

properties
string

The description for the item.

string

The date the item expires which can only be set to the future. This date does not accept the time component, so should be specified as a UTC YYYY-MM-DD.

string

The name of the item

string

The GUID of the item's parent folder. Changing this value will move the item from one folder to another. Use "root" to place items in the root folder of the teamsite.

string
string
Response

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