Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43316, comment 57


Ignore:
Timestamp:
03/30/2018 04:47:31 PM (6 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43316, comment 57

    initial v1  
    44> When we now split up `/posts/` to mean "trigger saving a post" AND "trigger saving an autosave"...
    55
    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 intend by the client.
     6Sorry 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.
    77
    88The logical problem in having `POST /autosaves/` endpoint is that it is "superficial". Autosaves don't exist outside posts and revisions.