/sessions/currentUser/workLists - Rename a worklist

Changes the name of an existing worklist.

End-point

POST /sessions/currentUser/workLists

Path parameters

Field Description

workListId

The ID for the worklist.

Request body

Field Type Description

data

RenameWorklistRequest

The information required to change the name of the worklist.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

RenameWorklistResult

The ID and new name for the worklist that was renamed.