It is currently not possible to update most of the resources. This is functionality that should be extended (Maybe @Flexla54 for experimenting with express)
Originally created by @stephan418 on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/detleph/server/issues/41
Originally assigned to: @Flexla54 on GitHub.
It is currently not possible to update most of the resources. This is functionality that should be extended (Maybe @Flexla54 for experimenting with express)
This could be done using PATCH for partial updates and PUT for complete writeovers
<!-- gh-comment-id:1115909896 -->
@stephan418 commented on GitHub (May 3, 2022):
This could be done using PATCH for partial updates and PUT for complete writeovers
I think all controllers own one or more update methods. Please check feature-roles branch if all update methods exist.
Note that updateDiscipline is implemented twice (one in feature-roles, the other in feature-endpoints) - when merging use feature-endpoints!
<!-- gh-comment-id:1140355833 -->
@Flexla54 commented on GitHub (May 29, 2022):
I think all controllers own one or more update methods. Please check feature-roles branch if all update methods exist.
Note that updateDiscipline is implemented twice (one in feature-roles, the other in feature-endpoints) - when merging use feature-endpoints!
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @stephan418 on GitHub (May 1, 2022).
Original GitHub issue: https://github.com/detleph/server/issues/41
Originally assigned to: @Flexla54 on GitHub.
It is currently not possible to update most of the resources. This is functionality that should be extended (Maybe @Flexla54 for experimenting with express)
@stephan418 commented on GitHub (May 3, 2022):
This could be done using PATCH for partial updates and PUT for complete writeovers
@Flexla54 commented on GitHub (May 29, 2022):
I think all controllers own one or more update methods. Please check feature-roles branch if all update methods exist.
Note that updateDiscipline is implemented twice (one in feature-roles, the other in feature-endpoints) - when merging use feature-endpoints!
@stephan418 commented on GitHub (May 29, 2022):
Impressive. Will review the code and get back
@stephan418 commented on GitHub (Jun 3, 2022):
Seems mostly finished.