I am trying to make a "Delete feature" and i dont have "+ add parameter" in the resource details (it request sha for example and i dont have a place to insert the logic for it).
is it a bug or am i missing something ?
Thanks for your help!
I am trying to make a "Delete feature" and i dont have "+ add parameter" in the resource details (it request sha for example and i dont have a place to insert the logic for it).
is it a bug or am i missing something ?
Thanks for your help!
Hi @yoavabadi,
Thanks for reaching out! We don't have a feature for adding other parameters . You could connect to Github with our generic REST api resource and add any parameters as needed
Could you also share which delete endpoint you're looking to use?
Hi Tess,
I am trying to use the delete request "/repos/{owner}/{repo}/contents/{path}" of github resource.
so i can use the general REST API instead ?
Thank you! Yes you can configure the generic rest api for that endpoint, but I see that our Github integration has a parameter in the body for sha
, does that work for you use case? Hope you can use this & don't need to set up the generic rest config!