Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/18/2024 02:24:44 AM (22 months ago)
Author:
imath
Message:

Document the BuddyPress Groups REST API routes

Props espellcaste

See #9145
See https://github.com/buddypress/bp-documentation/issues/298
Closes https://github.com/buddypress/buddypress/pull/387

File:
1 edited

Legend:

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

    r14026 r14047  
    11271127                        $key                         = 'create_item';
    11281128                        $args['description']['type'] = 'string';
     1129                        unset( $args['description']['properties'] );
    11291130
    11301131                        // Add group types.
Note: See TracChangeset for help on using the changeset viewer.