Skip to content

Commit 4af1b97

Browse files
phette23fenekku
authored andcommitted
fix: community API header hierarchy
1 parent 9be1a3a commit 4af1b97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/rest_api_communities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| `slug` | string | body | Required, url-compatible, max 100 char. The identifier of the community that will be used in the community's URL. | |
1414
| `metadata` | object | body | [Metadata](#community-metadata) of the community. |
1515

16-
### Community access
16+
#### Community access
1717

1818
| Name | Type | Location | Description |
1919
|-----------------|--------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -23,7 +23,7 @@
2323
| `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)? |
2424
| `review_policy` | string | body | Optional, one of `"closed"`, `"open"`, or `"members"`. If `"closed"` (default), all submissions must be reviewed. If `"open"`, Curators/Managers/Owners can publish directly. If `"members"`, all community members can publish directly. |
2525

26-
### Community metadata
26+
#### Community metadata
2727

2828
| Name | Type | Location | Description |
2929
|-------------------|--------|----------|-------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)