ayon-backend
ayon-backend copied to clipboard
Server configuration
Create a consistent set of endpoints for server configuration CRUD (table public.config
)
- [ ] Create a list of well known values
- [ ]
[GET] /api/config/{key}
endpoint - [ ]
[PUT] /api/config/{key}
endpoint
Notes
- body must be JSON-serializable value
- key must be explicitly defined in the well known values list
- definitions must support validation
- setting values is admin only
- getting values must allow ACL for public/private/admin