Title: REST API wont save endpoint
Last modified: October 21, 2020

---

# REST API wont save endpoint

 *  [ketchalegend](https://wordpress.org/support/users/ketchalegend/)
 * (@ketchalegend)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/)
 * When i go under Taxonomies and save the settings. The category toggle is automatically
   set to disable and the Endpoint changes from categories to category. Could you
   help me out?
 * Is it possible to delete all previously saved endpoints from the Database? Or
   where are the Endpoints saved? I can provide you with a list of all installed
   plugins
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frest-api-wont-save-endpoint%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [ketchalegend](https://wordpress.org/support/users/ketchalegend/)
 * (@ketchalegend)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/#post-13562376)
 * – All-in-One WP Migration (v7.28) by ServMask
    – Better REST API Featured Images(
   v1.2.1) by Braad Martin – Contact Form 7 (v5.2.2) by Takayuki Miyoshi – Custom
   PHP settings (v1.2.7) by Cyclonecode – Elementor (v3.0.11) by Elementor.com –
   Green Popups (formerly Layered Popups) (v7.09) by Halfdata, Inc. – Jetpack by
   WordPress.com (v8.9.1) by Automattic – JSON API (v2.0.0) by Dan Phiffer, Ali 
   Qureshi – ListApp Mobile Manager (v1.6.6) by InspireUI – Regenerate Thumbnails(
   v3.1.3) by Alex Mills (Viper007Bond) – Germanized for WooCommerce (v3.2.1) by
   vendidero – WooCommerce (v4.5.2) by Automattic – WP Config File Editor (v1.7)
   by AHMeD SAiD – WP File Manager (v6.9) by mndpsingh287 – WP Htaccess Editor (
   v1.66) by WebFactory Ltd – WP Mail SMTP (v2.4.0) by WPForms – WP Migrate DB Pro(
   v1.9.13) by Delicious Brains – WP REST API Controller (v2.0.3) by YIKES, Inc.–
   WP REST API – Pure Taxonomies (v1.0) by Andrew MAGIK
 *  [Freddie](https://wordpress.org/support/users/fmixell/)
 * (@fmixell)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/#post-13562891)
 * Hey [@ketchalegend](https://wordpress.org/support/users/ketchalegend/),
 * I just tested and wasn’t able to reproduce your bug. I see you’re using plugins
   to modify your wp-config.php and htaccess so you might be having some sort of
   server issues. You should turn on the debug log so you can see if your setup 
   is throwing any errors.
 * [Debugging WordPress](https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging)
 * The taxonomies are stored in the options table under `wp_rest_api_controller_taxonomies`
   and then each individual endpoint has their own option field. Those can be found
   by using this formula `wp_rest_api_controller_taxonomies_TAXSLUG` replacing TAXSLUG
   with the slug of the taxonomy you’re looking for.
 * I hope this helps let me know if you have any questions about that!
 * Cheers,
    Freddie
 *  Thread Starter [ketchalegend](https://wordpress.org/support/users/ketchalegend/)
 * (@ketchalegend)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/#post-13564072)
 * In the logs i see this message:
    [21-Oct-2020 17:54:23 UTC] PHP Notice: register_rest_route
   was called **incorrectly**. The REST API route definition for `inspireui/v1/config`
   is missing the required `permission_callback` argument. For REST API routes that
   are intended to be public, use `__return_true` as the permission callback. Please
   see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `tags/v1/job_listing` is missing the required `permission_callback` argument.
   For REST API routes that are intended to be public, use `__return_true` as the
   permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `wp/v2/getRating/(?P<id>\d+)` is missing the required `permission_callback`
   argument. For REST API routes that are intended to be public, use `__return_true`
   as the permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `wp/v2/getReviews/(?P<id>\d+)` is missing the required `permission_callback`
   argument. For REST API routes that are intended to be public, use `__return_true`
   as the permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `wp/v2/submitReview` is missing the required `permission_callback` argument.
   For REST API routes that are intended to be public, use `__return_true` as the
   permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `wp/v2/add-listing` is missing the required `permission_callback` argument.
   For REST API routes that are intended to be public, use `__return_true` as the
   permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `listing/v1/case27_job_listing_tags` is missing the required `permission_callback`
   argument. For REST API routes that are intended to be public, use `__return_true`
   as the permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225 [21-Oct-2020 17:54:23 UTC] PHP 
   Notice: register_rest_route was called **incorrectly**. The REST API route definition
   for `tags/v1/job_listing` is missing the required `permission_callback` argument.
   For REST API routes that are intended to be public, use `__return_true` as the
   permission callback. Please see [Debugging in WordPress](https://wordpress.org/support/article/debugging-in-wordpress/)
   for more information. (This message was added in version 5.5.0.) in /app/data/
   public/wp-includes/functions.php on line 5225
 *  Thread Starter [ketchalegend](https://wordpress.org/support/users/ketchalegend/)
 * (@ketchalegend)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/#post-13564084)
 * i deactivated the following plugins wp-config.php and htaccess. What are your
   suggestions to get it to work. Can i make changes directly in the Datebase?
 *  Thread Starter [ketchalegend](https://wordpress.org/support/users/ketchalegend/)
 * (@ketchalegend)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/#post-13564296)
 * i cant find this table wp_rest_api_controller_taxonomies in the database

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘REST API wont save endpoint’ is closed to new replies.

 * ![](https://ps.w.org/wp-rest-api-controller/assets/icon-256x256.png?rev=2489942)
 * [WP REST API Controller](https://wordpress.org/plugins/wp-rest-api-controller/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-rest-api-controller/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-rest-api-controller/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-rest-api-controller/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-rest-api-controller/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-rest-api-controller/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [ketchalegend](https://wordpress.org/support/users/ketchalegend/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/rest-api-wont-save-endpoint/#post-13564296)
 * Status: not resolved