if ( isset( $request['parent'] ) ) {
            if ( ! is_taxonomy_hierarchical( $this->taxonomy ) ) {
                return new WP_Error( 'rest_taxonomy_not_hierarchical', __( 'Can not set resource parent, taxonomy is not hierarchical.' ), array( 'status' => 400 ) );
            }