Oneport Docs
ApiV1WorkspacesSlugBoards

/v1/workspaces/{slug}/boards

POST
/v1/workspaces/{slug}/boards

Path Parameters

slug*string

Request Body

application/json

New board

TypeScript Definitions

Use the request body type in TypeScript.

name*string
slug*string
description?string
isPrivate?boolean

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/workspaces/acme/boards" \  -H "Content-Type: application/json" \  -d '{    "name": "string",    "slug": "string"  }'
{  "id": "string",  "name": "string",  "slug": "string",  "isPrivate": true}
{  "error": "string"}
{  "error": "string"}