You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally we add a new REST API that allows updating a matching account with some resource allocations, e.g. to create an allocation, you can do a post something like this, with a failure if you reduce the allocation below the amount already consumed:
Ideally we add a new REST API that allows updating a matching account with some resource allocations, e.g. to create an allocation, you can do a post something like this, with a failure if you reduce the allocation below the amount already consumed:
The update should also be easy to do, using the same set of inputs, find a matching allocation for that project_uuid and then update.
I think the DB schema is being used too heavily for the APIs.
The text was updated successfully, but these errors were encountered: