Changes between Initial Version and Version 1 of Ticket #43316, comment 57
- Timestamp:
- 03/30/2018 04:47:31 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43316, comment 57
initial v1 4 4 > When we now split up `/posts/` to mean "trigger saving a post" AND "trigger saving an autosave"... 5 5 6 Sorry I'm going to repeat myself but '''autosaving is''' "trigger saving a post". It is the same concept of "saving a post", uses the same data shape, form, and size, and performs the same action as a result of the same inten dby the client.6 Sorry I'm going to repeat myself but '''autosaving is''' "trigger saving a post". It is the same concept of "saving a post", uses the same data shape, form, and size, and performs the same action as a result of the same intent by the client. 7 7 8 8 The logical problem in having `POST /autosaves/` endpoint is that it is "superficial". Autosaves don't exist outside posts and revisions.