Timeline for How to design a REST API to handle non-CRUD operations?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 2, 2021 at 5:43 | comment | added | Grim | "How about this: PUT /subscriptionQueue/subscriptions/{subscriptionId} { active=true } Hm, linebreaks work! | |
| Mar 29, 2021 at 6:12 | comment | added | Grim | @Christoph Yes, that might even be better than my example. "subscriptionQueue/subscriptions" might confuse because the noun repeats but it is totally fine IMO. | |
| Mar 28, 2021 at 18:28 | comment | added | Christoph | How about this: PUT /subscriptionQueue/subscriptions/{subscriptionId} { active=true } Sorry, no linebreaks in comments. | |
| Jun 28, 2016 at 14:11 | history | answered | Grim | CC BY-SA 3.0 |