Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/18/2024 02:24:44 AM (9 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/docs/developer/execution-contexts/rest-api/activity.md

    r14045 r14047  
    8989| --- | --- |
    9090| `primary_item_id` | The ID of some other object primarily associated with this one. <br />JSON data type: _integer_. |
    91 | `primary_item_id` | The ID of some other object also associated with this one. <br />JSON data type: _integer_. |
     91| `secondary_item_id` | The ID of some other object also associated with this one. <br />JSON data type: _integer_. |
    9292| `link` | The permalink to this activity item on the site. <br />JSON data type: _string_, format: _URI_. |
    9393| `component` | The active BuddyPress component the activity relates to. <br />JSON data type: _string_. <br />One of: the active BuddyPress component names. <br />Default: `activity`. |
Note: See TracChangeset for help on using the changeset viewer.