mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-15 03:01:37 -05:00
Tags endpoint is experimental
- hasn't been tested yet, soooooooon
This commit is contained in:
parent
392bb412d2
commit
bd904cd8e1
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ const notImplemented = function (req, res, next) {
|
|||
site: ['GET'],
|
||||
posts: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
pages: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
tags: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
images: ['POST'],
|
||||
// @NOTE: experimental
|
||||
tags: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
users: ['GET'],
|
||||
themes: ['POST'],
|
||||
subscribers: ['GET', 'PUT', 'DELETE', 'POST'],
|
||||
|
|
Loading…
Add table
Reference in a new issue