fix(jans-config-api): agama deployment endpoints not conforming with the projects API style #4048
Labels
comp-jans-config-api
Component affected by issue or PR
kind-bug
Issue or PR is a bug in existing functionality
Milestone
There is two main nonconformities in the agama deployment endpoints:
/api/v1/agama-deployment
GET
POST
DELETE
/api/v1/agama-deployment/list
GET
agama.readonly
,agama.write
,read-all
. Every other API call has a one scope to one operation mapping . Why is this different ?The text was updated successfully, but these errors were encountered: