editAttachmentsList

open fun editAttachmentsList(payload: Map<String, Any>, attachmentsKey: String, management: DefaultRefyController.AttachmentsManagement): String

Method to edit the attachments list of an item

Return

the response message as String

Parameters

payload

: the payload of the request

attachmentsKey

: the key of the attachments list to fetch from the payload sent with payload

management

: the management to execute


open fun editAttachmentsList(payload: Map<String, Any>, itemsListCanBeEmpty: Boolean, attachmentsKey: String, management: DefaultRefyController.AttachmentsManagement): String

Method to edit the attachments list of an item

Return

the response message as String

Parameters

payload

: the payload of the request

itemsListCanBeEmpty

: whether the attachments list can be empty

attachmentsKey

: the key of the list to fetch from the payload sent with payload

management

: the management to execute