WP-API / docs

The content for developer.wordpress.org/rest-api
https://developer.wordpress.org/rest-api
110 stars 621 forks source link

Correct the return types defined in annotations in the example route #74

Closed arvilmena closed 4 years ago

arvilmena commented 4 years ago

Routes return WP_Error|WP_REST_Response not WP_Error|WP_REST_Request

affected methods: create_item(), update_item() and delete_item()

TimothyBJacobs commented 4 years ago

Thanks for the patch @arvilmena!