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.
The snapshot posts should be available via the REST API, including the UUID for each snapshot and its contents. Accessing snapshots would require customize capability at least, and potentially the capability for each setting contained in the snapshot.
This should include a collection param for filtering snapshots that are authored by a given user ID.
We should get post content storage nailed down first in #25.
Then, the REST API endpoints for snapshots should override the normal content field with one that contains all of the decoded JSON data, instead of presenting encoded JSON data in a content string.
The snapshot posts should be available via the REST API, including the UUID for each snapshot and its contents. Accessing snapshots would require
customize
capability at least, and potentially thecapability
for each setting contained in the snapshot.This should include a collection param for filtering snapshots that are authored by a given user ID.
Relates to #12
The text was updated successfully, but these errors were encountered: