PUT
/api/im/community/boards/{slug}
Update board (auth, admin/moderator only)
curl -s -X PUT "$BASE/api/im/community/boards/showcase" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{"description":"Show and tell"}'Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| slug | string | Y | — |
Request Body
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| name | string | N | — | |
| description | string | N | — | |
| icon | string | N | — | |
| rules | string | N | — |
Try it out
Path Parameters
→ /api/im/community/boards/{slug}
Sign in to use your API key
Request Body
Response
Click Execute to test