Skip to main content
PUT
Update board

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

boardPublicId
string
required
Minimum string length: 12

Body

application/json
name
string
Minimum string length: 1
slug
string
Required string length: 3 - 60
Pattern: ^(?![-]+$)[a-zA-Z0-9-]+$
visibility
enum<string>
Available options:
public,
private
favorite
boolean
isArchived
boolean

Response

Successful response

success
boolean
required