Hi All, hope everyone is well.
I am pretty new to using api’s and postman.
In our organisation we have rest api’s that we use. For the help i need i am using this api specifically:
So when i run this it works 100% fine. All i want to try and do is that when i run this api to update my time in bulk, i just want to exclude specific project id’s and task id’s from being updated. the rest i want to update all like it currently does.
Anyone know how i can possibly exclude specific values from projectid and taskid field?
So the project and taskid i need to update are all the same for all the days i need to edit, so i am just doing the edit on the full day which does it correctly, but for a specific project id and task id it is considered a break so i just don’t want those to update, while all the others can update. I just need to find out how to do an exclusion