File: bp-messages/classes/class-bp-rest-messages-endpoint.php
Description
BP_REST_Messages_Endpoint::get_item()

Get a single thread.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:314

BP_REST_Messages_Endpoint::update_item()

Update metadata for one of the messages of the thread.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:736

bp_rest_messages_get_item

Fires after a thread is fetched via the REST API.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:332

bp_rest_messages_can_edit_item_meta

Filter here to allow more users to edit the message meta (eg: the recipients).

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:774

BP_REST_Messages_Endpoint::get_item_permissions_check()

Check if a given request has access to a thread item.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:345

bp_rest_messages_update_item

Fires after a message is updated via the REST API.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:806

bp_rest_messages_get_item_permissions_check

Filter the messages `get_item` permissions check.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:397

BP_REST_Messages_Endpoint::update_item_permissions_check()

Check if a given request has access to update a message.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:819

BP_REST_Messages_Endpoint::create_item()

Init a Messages Thread or add a reply to an existing Thread.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:420

bp_rest_messages_update_item_permissions_check

Filter the message `update_item` permissions check.

Source: bp-messages/classes/class-bp-rest-messages-endpoint.php:830