Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/14/2024 05:42:19 PM (18 months ago)
Author:
imath
Message:

Document the Activity routes for the v2 of the BP REST API

Adds a pages explaining Activity endpoints.

Props espellcaste

See #9145
Closes https://github.com/buddypress/buddypress/pull/385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/classes/class-bp-activity-rest-controller.php

    r14026 r14045  
    13861386                    ),
    13871387                    'date_gmt'          => array(
    1388                         'context'     => array( 'view', 'edit' ),
     1388                        'context'     => array( 'view', 'edit', 'embed' ),
    13891389                        'description' => __( 'The date the activity was published, as GMT.', 'buddypress' ),
    13901390                        'readonly'    => true,
Note: See TracChangeset for help on using the changeset viewer.