Description

This forum is used to ask questions regarding the Standard Integrations

Patch API resume pdf upload

Standard Integration Questions

I am trying to update a resume through API. I keep on getting this error:
{
"errors":[
{
"errorMessage": "The Content provided as part of the request was invalid.",
"errorCode": 17
}
]
}

I am trying to push using RESTLET client with correct credentials, I tried .pdf file, .docx file , .doc file. I am confused as to what is required as content. How do I send {RAW BINARY CONTENT} as mentioned in the api docs.