Closed
Description
Hi there, in one of the projects using JADNC, I need to support various business operations on a single resource. For example, given an Article
resource, besides the basic operations such as Create, Edit, Get that nicely map to the POST, PATCH, GET HTTP methods, I also need to do various operations on this resource such as Approve, Publish, Unpublish, etc.
Is there any way to do this using JADNC or JSON API in general?
Thank you,