PUT/boards/{boardId}
Updates a board.
This API operation requires board administrator permissions.
It cannot update the role, administrators, type, and template of a board.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
board
| Parameter | Type | Description |
|---|---|---|
| boardId | integer | Board ID required example : 100 format : int64 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| boardName | string | Subject required minLength : 1 maxLength : 60 |
| description | string | Description maxLength : 300 |
example
1{2 "boardName": "Notice",3 "description": "Notice Description"4}OK
| Property | Type | Description |
|---|---|---|
| boardId | integer | Board no. required format : int64 |
| boardName | string | Subject required |
| description | string | Description |
| createdTime | string | Creation time
required format : date-time readOnly : true |
| modifiedTime | string | Update time
format : date-time readOnly : true |
| displayOrder | integer | Display order required format : int32 readOnly : true |
example
1{2 "boardId": 100,3 "boardName": "Notice",4 "description": "Notice Description",5 "createdTime": "2022-10-28T17:26:35+09:00",6 "modifiedTime": "2022-10-28T17:26:35+09:00",7 "displayOrder": 18}Temporary redirect.
A resource that exists in another instance.
Returns the requested URL in the Location header.
Forbidden