Skip to content

Commit

Permalink
api: Update start_date parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 authored and utnapischtim committed Jul 9, 2024
1 parent 265b192 commit 3768eaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/rest_api_communities.md
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ Content-Type: application/json
|----------------|--------|----------|-----------------------------------------------------------------------------------------------|
| `accept` | string | header | - `application/json` (default)<br />- `application/vnd.inveniordm.v1+json` |
| `community_id` | string | path | ID of the community. |
| `start_date` | string | body | Required, datetime in iso format. Community will be featured from this point in time onwards. |
| `start_date` | string | body | Required, ISO 8601 DateTime format in UTC (YYYY-MM-DDTHH:MM:SS.ssssssZ). Community will be featured from this point in time onwards. |


**Request**
Expand Down

0 comments on commit 3768eaf

Please sign in to comment.