We need the following api endpoints for quotas:
- create a new resource in the environment
- update a resource
- delete a resource
- list resource in environment
- get specific resource by id
- get specific revision of resource id
Resource should be revisioned, include a hash and be unique by (environment_id, resource_name).
Types of quotas should follow the wit spec as much as possible.
We need the following api endpoints for quotas:
Resource should be revisioned, include a hash and be unique by (environment_id, resource_name).
Types of quotas should follow the wit spec as much as possible.