I am trying to update one resource but the request body is bundle. I have tried to update by sending following combinations of URL:
resource_type/resource_identifier and bundle/bundle_identifier and bundle/resource_type/resource_identifier.
but none is working. I am getting error Cannot update bundle. Server is hapi server.
Is it possible to update the bundle or i will have to extract the particular resource from bundle and then update it.