I have folder with category (mandatory attribute called RecordType) in content server.
I want to upload doc into that folder and add the category with Record type value using REST API. I know I can use nodes api to upload doc and then add/modify category attribute value.
The problem is the parent folder has category with mandatory attribute so when i tried to upload doc using REST API, I am getting error message "RecordType is a required filed". I dont have option to send category/attribute value as part of upload REST API call.
Is anyone have solution for this issue.