Skip to end of banner
Go to start of banner

Web API - Updating Sets

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

If no records are specified in the set then nothing will be updated. To update a record use action:"update". To remove a record use action:"remove". To add a record use action:"add". Different actions can be used within the same set. For example:

"set": [
	   		{
            	"action": "update",
            	...........
        	},
			{
            	"action": "remove",
            	...........
			},
			{
            	"action": "add",
            	...........
			}
		]
  • No labels