what should be the status code for updating an entity with same values
ex if i have an entity employee in my database with attributes employee_id=123,employee_name='xyz',gender='male'
*what should be the Status code for Update request fired with the same values * i am confused between 304 not modified or 409 conflict whichi one would be helpful