Hi there,
Here's what I am trying to accomplish:
> I have a script on ServiceNow that comes up with the contents of a JSON file (doesn't actually create the file). We currently have a rather elaborate architecture to get this content inserted as a JSON file into a BitBucket repo.
> I am wondering if there is a REST API provided by BitBucket that would allow me to instead create a file with content-type as JSON and insert the contents generated by my script as an XML/JSON payload.
Thanks in advance for your help.