Actions
action #6478
closedLocks API is not proper RESTful API
Description
Locks API based upon GET requests is a bad idea, since in REST world GET should have no side effects (change nothing on server) and thus can be cached.
Better will be to use POST methods and for mutex_create separate create route.
Updated by oholecek over 9 years ago
- Status changed from New to In Progress
- Assignee set to oholecek
Updated by oholecek over 9 years ago
- Status changed from In Progress to Resolved
- Target version set to Sprint 16
Actions