Some APIs are not fully RESTfull and require the update_path and delete_path to be different from the path.
During the creation of the object the API will include in the response buffer an attribute than can also be used in the update and delete path
The following example describe a proposed implementation.
the path attribute is used to create the resource.
the name_path attribut represent the attribute to retrieve
the update_path = "v2/vpns/%s.json" will replace the %s by the name_path
Some APIs are not fully RESTfull and require the update_path and delete_path to be different from the path.
During the creation of the object the API will include in the response buffer an attribute than can also be used in the update and delete path
The following example describe a proposed implementation.
the path attribute is used to create the resource. the name_path attribut represent the attribute to retrieve the update_path = "v2/vpns/%s.json" will replace the %s by the name_path