Hi @JimmyWork,
If it is a choice type, you can refer to the following:
{'__metadata': { 'type':'SP.ListItem' },
'TestColumn': { '__metadata': { 'type' : 'Collection(Edm.String)', results: ['Test1']}}}
When versioning is enabled, versions are created in the following situations:
-
When a list item or file is first created or when a file is uploaded.
Note: If file checkout is required, you must check the file in to create its first version.
-
When a file is uploaded that has the same name as an existing file.
-
When the properties of a list item or file are changed.
-
When an Office document is opened and saved. After a document is opened again, a new version will be created after an edit is saved.
-
Periodically, when editing and saving Office documents. Not all edits and saves create new versions. When saving edits frequently, for example, each new version captures a point in time rather than each individual edit. This is common when autosave is enabled.
-
During co-authoring of a document, when a different user begins working on the document or when a user clicks save to upload changes to the library.
There can be up to three current versions of a file at any given time: the checked-out version, the latest minor or draft version, and the latest published or major version. All other versions are considered historical versions. Some current versions are only visible to users who have permissions to view them.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.