Metadata update for a document

Options

I am trying to use rest api for document upload and metadata update using Category.

I am testing it using Advanced rest client :

  1. Create a Document
  2. Add a category to document
  3. Update attribute to category.

First two steps are working fine but not the last one for update category. I get a 200 code back indicating success, but the object category data does not update.

enter image description here

Comments

  • Shekhar Sharma
    Options

    Got the issues :

    1. Query Parameters : 633383_1 .. attribute id should starts from 2..(Used 633383_2 and 633383_3).
    2. Content type for PUT : ( Content-Type : application/multpart/form-data )