@since: 0.1.0
Description
bp_rest_document_folder_get_item_permissions_check

Filter the document folder `get_item` permissions check.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:358

BP_REST_Document_Folder_Endpoint::folder_tree_items_permissions_check()

Checks if a given request has access to view the folder tree.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:962

bp_rest_document_prepare_value

Filter an document value returned from the API.

Source: bp-document/classes/class-bp-rest-document-endpoint.php:1184

BP_REST_Document_Folder_Endpoint::create_item()

Create document folder.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:380

bp_rest_document_folder_tree_items_permissions_check

Filter the folder tree `folder_tree_items` permissions check.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:983

BP_REST_Document_Endpoint::get_item_schema()

Get the document schema, conforming to JSON Schema.

Source: bp-document/classes/class-bp-rest-document-endpoint.php:1358

bp_rest_document_folder_create_items_query_args

Filter the query arguments for the request.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:406

BP_REST_Document_Folder_Endpoint::get_endpoint_args_for_item_schema()

Select the item schema arguments needed for the CREATABLE methods.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:1014

BP_REST_Document_Endpoint::get_collection_params()

Get the query params for collections.

Source: bp-document/classes/class-bp-rest-document-endpoint.php:1572

bp_rest_document_folder_create_item

Fires after a Document folder is created via the REST API.

Source: bp-document/classes/class-bp-rest-document-folder-endpoint.php:437