Skip to content

Commit

Permalink
communities api: remove lingering refs to owned_by
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowcenary authored and fenekku committed Feb 20, 2025
1 parent c2827c9 commit 8411018
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs/reference/rest_api_communities.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,7 @@ Content-Type: application/json
"access": {
"visibility": "public",
"member_policy": "open",
"record_policy": "open",
"owned_by": [
{
"user": {user-id}
}
],
"record_policy": "open"
},
"created": "2020-11-27 10:52:23.945755",
"updated": "2020-11-27 10:52:23.945755",
Expand Down Expand Up @@ -471,12 +466,7 @@ Content-Type: application/json
"access": {
"visibility": "public",
"member_policy": "open",
"record_policy": "open",
"owned_by": [
{
"user": {user-id}
}
],
"record_policy": "open"
},
"created": "2020-11-27 10:52:23.945755",
"updated": "2020-11-27 10:52:23.945755",
Expand Down

0 comments on commit 8411018

Please sign in to comment.