Skip to main content
PUT
Update List Name

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

listId
string
required

The ILS ID of the list to update.

Query Parameters

includeFilters
boolean
default:false

A flag indicating whether or not the response object list definition should include a filter branch definition. By default, object list definitions will not have their filter branch definitions included in the response.

listName
string

The name to update the list to.

Response

successful operation

The updated definition of the list in response to a list update request.

updatedList
object

An object list definition.

Last modified on April 24, 2026