Should I use PATCH with empty body or HEAD in my REST API? – PHP
I want to design my rest endpoint with the appropriate method for the following scenario. There's kind of slides that should be displayed on the homepage for a period of time depending on some other logics. That's why I will…