[GeoNetwork-users] API Add record Error

Hello all,

I´m trying to add a record from a XML file via the Geonetwork API (/api/0.1/records). To start I tried the "Try it out feature" of the API documentation ( and only changed the metadataType to Metadata and added the xml file. Unfortunately I get an Error:

{
  "message": "MultipartException",
  "code": "unsatisfied_request_parameter",
  "description": "The current request is not a multipart request"
}

Im not sure if there is anything I could have done wrong or if this some kind of Bug.

Any advice is appreciated!

Thanks in advance