Skip to main content

Hi, got a bit of an issue updating metadata templates (json documents) using the Box.com api with the httpcaller in FME. Specifically I have some content in Box which has some metadata associated with it and it can be updated via an api call. The call needs to be a PUT and the content type needs to be application/json-patch+json as per their documentation here.

Using the http caller there is no option to set this sort of content type in the 'Content type' selector in the httpcaller 'body' dialogue. Would be grateful for some ideas. I did try to set the content type by manually inserting into the header but this just returns an http 400 error.

Ok...I answered my own question....should have read the FME help first! You can free type the 'content type' into the dialogue which is used instead of the commonly used pre-built types in the dropdown selection.


Reply