Hi,
I'm using REST Api to upload a document in Content Server and add to this document a category with required attributes.
I'm using the following call:POST /nodes/{id}/categories and i'm getting the following error:
org.springframework.web.client.HttpClientErrorException: 400 Bad Request
This error is obtained because the category contains a required attribute which is empty. With other categories without a required attribute the document is uploaded without problems.
How can i set the value for this required attribute in the call? Is there any other Rest call to upload a document with categories with the attributes filled?
Best regards.