C
C#2y ago
DeaDo

The right HTTP-Verb for assigning things

Using minimal API and im wondering what Http-Verb is appropriate for this. Get seems wrong because i dont get something. I just have 2 IDs in the uri. Entity Framework is using them to assign a different element from table A to table B
1 Reply
DeaDo
DeaDo2y ago
PATCH maybe because it changes something, but im not serialazing and updating a object in db in my case actually... I dont think, i care. Ill just go with Get