Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openplanet-nl/nadeoapi-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbmaier committed Oct 3, 2024
2 parents e301775 + ff3b745 commit e53bcab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/live/clubs/activities.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ parameters:
required: true
- name: active
type: Boolean
description: Whether to only include currently active entries
required: true
description: Optional filter for enabled/disabled activities
required: false
---

Gets a list of club activities, including news, rooms, campaigns and others.
Expand All @@ -35,7 +35,7 @@ Gets a list of club activities, including news, rooms, campaigns and others.

**Remarks**:

- For clubs you are not an admin of, `active` needs to be set to `true` because only admins are allowed to see disabled activities. Otherwise you'll get an error complaining that you're not a member/admin of the club.
- Omitting the `active` parameter implicitly requests both enabled and disabled activities. For clubs you are not an admin of, `active` needs to be explicitly set to `true` because only admins are allowed to see disabled activities - otherwise you'll get an error complaining that you're not a member/admin of the club.
- As of 2024-01-17, this endpoint's response links to `.dds` media files by default, while several scaled `.png` versions are available using separate fields (see example below for reference).

---
Expand Down

0 comments on commit e53bcab

Please sign in to comment.