Create board
POST {{baseUrl}}/boards
Create a board owned by the operation user_account
.
- By default, the operation user_account
is the token user_account.
Request Body
{"name"=>"Summer Recipes", "description"=>"My favorite summer recipes", "privacy"=>"PUBLIC"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"Summer Recipes","id":"549755885175","description":"My favorite summer recipes","owner":{"username":"cupidatat"},"privacy":"PUBLIC"}