Update List Name

PUT {{baseUrl}}/crm/v3/lists/:listId/update-list-name?listName=<string>&includeFilters=false

Update the name of a list. The name must be globally unique relative to all other public lists in the portal.

Request Params

KeyDatatypeRequiredDescription
listNamestringThe name to update the list to.
includeFiltersbooleanA 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.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;updatedList&quot;:{&quot;listId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;listVersion&quot;:&quot;\u003cinteger\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;objectTypeId&quot;:&quot;\u003cstring\u003e&quot;,&quot;processingStatus&quot;:&quot;\u003cstring\u003e&quot;,&quot;processingType&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;filtersUpdatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deletedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;createdById&quot;:&quot;\u003cinteger\u003e&quot;,&quot;updatedById&quot;:&quot;\u003cinteger\u003e&quot;,&quot;filterBranch&quot;:{&quot;filterBranchOperator&quot;:&quot;\u003cstring\u003e&quot;,&quot;filterBranchType&quot;:&quot;OR&quot;,&quot;filterBranches&quot;:[{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/PublicOrFilterBranch detected\u003e&quot;},{&quot;value&quot;:&quot;\u003cCircular reference to #/components/schemas/PublicOrFilterBranch detected\u003e&quot;}],&quot;filters&quot;:[{&quot;filterType&quot;:&quot;PROPERTY&quot;,&quot;operation&quot;:{&quot;includeObjectsWithNoValueSet&quot;:&quot;\u003cboolean\u003e&quot;,&quot;operationType&quot;:&quot;BOOL&quot;,&quot;operator&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cboolean\u003e&quot;},&quot;property&quot;:&quot;\u003cstring\u003e&quot;},{&quot;filterType&quot;:&quot;PROPERTY&quot;,&quot;operation&quot;:{&quot;includeObjectsWithNoValueSet&quot;:&quot;\u003cboolean\u003e&quot;,&quot;operationType&quot;:&quot;BOOL&quot;,&quot;operator&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cboolean\u003e&quot;},&quot;property&quot;:&quot;\u003cstring\u003e&quot;}]}}}