You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
Allow snapshot posts to be created and updated, ensuring that content is in the proper format as an object mapping setting IDs to setting params.
Prevent editing of slug, since the UUID should never change.
Add support for PATCH updates.
Consider using REST API endpoints in Customizer when saving/updating snapshots.
(optional) Add endpoints that use UUID instead of post ID. We really don't need regular post IDs since snapshots have UUIDs. Really a random PUT request could be made to create a snapshot if it just supplies a proper UUID.
The text was updated successfully, but these errors were encountered:
To build upon #63.
content
is in the proper format as an object mapping setting IDs to setting params.slug
, since the UUID should never change.PATCH
updates.PUT
request could be made to create a snapshot if it just supplies a proper UUID.The text was updated successfully, but these errors were encountered: