Add POST and DELETE methods to /organizations-storage/settings API
Description
Environment
None
Potential Workaround
None
is defined by
Checklist
hideActivity
Show:
Done
Details
Details
Assignee

Reporter

Priority
Sprint
None
Development Team
Leipzig
Fix versions
Release
Sunflower (R1 2025)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created December 6, 2024 at 11:47 AM
Updated last week
Resolved December 11, 2024 at 12:22 AM
TestRail: Cases
TestRail: Runs
Currently there is no
POST
method available for the/organizations-storage/settings
API, so consumers can not create new settings.Currently there is no
DELETE
method available for the/organizations-storage/settings
API, so consumers can not delete settings.Acceptance Criteria:
API provides a
POST
method to create new setting key/value pairsAPI provides a
DELETE
method to delete setting key/value pairs by IdPermissions are updated
Unit tests are updated