issues
search
Regaez
/
grav-plugin-api
A REST API plugin for GravCMS
MIT License
27
stars
6
forks
source link
feat: enable editing of any plugin config
#72
Closed
Regaez
closed
4 years ago
Regaez
commented
4 years ago
Closes #22
[x] Create
PluginHandler
class to simplify finding plugin
[x] Create new
PATCH /api/plugins/{id}
endpoint
[x] Create handler for updating plugin config
[x] Adjust plugin config to disable all endpoints by default and add user override config
[x] Write tests to cover new functionality
[x] Document new endpoint in API specification
[x] Update postman collection
Regaez
commented
4 years ago
👍
Closes #22
PluginHandler
class to simplify finding pluginPATCH /api/plugins/{id}
endpoint