owid-grapher icon indicating copy to clipboard operation
owid-grapher copied to clipboard

Admin REST API for getting, creating, modifying, and deleting DoDs

Open ikesau opened this issue 2 years ago • 0 comments

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?
}

ikesau avatar May 26 '22 18:05 ikesau