Skip to content

Commit

Permalink
communities api: remove owned_by
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored and fenekku committed Jan 8, 2025
1 parent 8a85a97 commit f03df4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/reference/rest_api_communities.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
| `visibility` | string | body | Required, one of `"public"` or `"restricted"`. Visible by the public or restricted to those who have access. |
| `member_policy` | string | body | Required, one of `"open"` or `"closed"`. Can people request to be part of the community (open) or not (closed)? |
| `record_policy` | string | body | Required, one of `"open"` or `"closed"`. Can community's members submit a record to the community without a review (open), or a review is always necessary (closed)? |
| `owned_by` | array | body | Array of Objects of the form: `{"user": <user_id> }`. Community owners (admins). |

### Community metadata

Expand Down

0 comments on commit f03df4a

Please sign in to comment.