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
A follow up story of #2654
After implementing the new decorator @requestBody(spec, model, options) in #3496, update the example packages, apply the new annotation to controller CRUD methods.
Acceptance Criteria
Update the templates in @loopback/cli to adopt the new annotation.
Upgrade examples to provide the descriptive configs(model, options) using the new @requestBody() decorator.
The text was updated successfully, but these errors were encountered:
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository. This issue will be closed within 30 days of being stale.
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.
Description
A follow up story of #2654
After implementing the new decorator
@requestBody(spec, model, options)
in #3496, update the example packages, apply the new annotation to controller CRUD methods.Acceptance Criteria
@loopback/cli
to adopt the new annotation.@requestBody()
decorator.The text was updated successfully, but these errors were encountered: