Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add GET/PATCH /configs API endpoints #126

Closed
mfriesen opened this issue May 19, 2023 · 1 comment
Closed

add GET/PATCH /configs API endpoints #126

mfriesen opened this issue May 19, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mfriesen
Copy link
Member

Add API to allow the gettings / updating of Site Level configs via APIs
GET /configs
PATCH /configs
{
"key":"","value":""
}

@mfriesen mfriesen self-assigned this May 19, 2023
@mfriesen mfriesen added the enhancement New feature or request label May 19, 2023
@mfriesen mfriesen added this to the v1.11.0 milestone May 19, 2023
@mfriesen mfriesen changed the title add GET/PATCH /configs add GET/PATCH /configs API endpoints May 19, 2023
@reganwolfrom reganwolfrom reopened this May 29, 2023
@reganwolfrom
Copy link
Member

@mfriesen here are my RESTful recommendations:

Since there is only one resource, which is list of configuration settings, we should use the following endpoint URLs:

  • GET /configuration
  • PATCH /configuration

mfriesen added a commit that referenced this issue Jun 15, 2023
* #123 - Add AWS XRay Support to Lambda functions

* #124 - OCR Tessaract Support

* #126 - add GET/PATCH /configs API endpoints

* #125 - ChatGPT Tag "documentTagging" Support

* #127 - Add "apiKey" access support

* #126 add GET/PATCH /configuration API endpoints

* #128 - Add GET/POST/DELETE /configuration/apiKeys

* added contentLength to GET /documents/{documentId}/fulltext, POST /searchFulltext

* #10 - Version delete corrupts all other versions of file, including current

* moved awstests under integration src package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants