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
Hello! The organization I work with is in the process of evaluating several Staff / Employee Directory options and we stumbled upon yours. We have a use case where we would like to be able to pull in our Staff information from a server on our intranet, so we don't have to maintain our staff in multiple locations.
I am trying to use the provided REST API in this plugin to update and/or create new entries, but I am receiving the following errors:
# Create Entry Failure Code - POST /cn-api/v1/entry
{"code":"invalid-method","message":"Method 'WP_REST_Controller::create_item_permissions_check' not implemented. Must be overridden in subclass.","data":{"status":405}}
# Update Entry Failure Code - PUT /cn-api/v1/entry/1
{"code":"invalid-method","message":"Method 'WP_REST_Controller::update_item_permissions_check' not implemented. Must be overridden in subclass.","data":{"status":405}}
Is this functionality you intend to provide at some point? Would you be open to a pull request with this functionality? Or am I missing something and this functionality already exists and I am failing to appropriately call it?
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered:
Hello! The organization I work with is in the process of evaluating several Staff / Employee Directory options and we stumbled upon yours. We have a use case where we would like to be able to pull in our Staff information from a server on our intranet, so we don't have to maintain our staff in multiple locations.
I am trying to use the provided REST API in this plugin to update and/or create new entries, but I am receiving the following errors:
Looking through your source code /includes/api/endpoints/class.cn-rest-entry-controller.php looks to be the place where this code will live, but looks like those methods, while referenced, have not been built.
Is this functionality you intend to provide at some point? Would you be open to a pull request with this functionality? Or am I missing something and this functionality already exists and I am failing to appropriately call it?
Thanks for your help in advance!
The text was updated successfully, but these errors were encountered: