owid-grapher
owid-grapher copied to clipboard
Admin REST API for getting, creating, modifying, and deleting DoDs
We're looking for something like this under a /details/
route:
GET /
returns json array of detail objects
POST /
{
category
term
title
content
}
DELETE /:detailsId
PATCH /:detailsId
{
category?
term?
title?
content?
}