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
currently, for the Asset, ContractDefinition and PolicyDefinition endpoints we have two different objects representing the request body for creation and update.
Specifically, the UpdateDto miss the id property, but in fact it is something that could (and maybe, should) specified in the request body (other than in the request path).
Giving this, we could remove the WrapperDto classes and related transformers.
NOTE: this could be done only after the current deprecated is removed, otherwise this will be a breaking change.
Which Areas Would Be Affected?
management api
Why Is the Feature Desired?
refactor
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered:
Feature Request
currently, for the
Asset
,ContractDefinition
andPolicyDefinition
endpoints we have two different objects representing the request body for creation and update.Specifically, the
UpdateDto
miss theid
property, but in fact it is something that could (and maybe, should) specified in the request body (other than in the request path).Giving this, we could remove the
WrapperDto
classes and related transformers.NOTE: this could be done only after the current deprecated is removed, otherwise this will be a breaking change.
Which Areas Would Be Affected?
management api
Why Is the Feature Desired?
refactor
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered: