attribute - What are the different tasks that the `attribute` action can perform?

Réponse

The `task` parameter allows you to specify one of the following tasks: 'ADD' to add new attributes, 'CONVERT' to convert attributes, 'DROP' to remove attributes, 'EXPORT' to export attributes to an XML format, and 'UPDATE' to modify existing attributes. The default task is 'ADD'.
Did this answer help you?