Skip to content

Create a new board

POST
/v1/admin/boards

Creates a new board and optionally assigns it to a pod.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Request Body

application/json
JSON
{
}

Responses

Created

application/json
JSON
{
  
"board_type": "string",
  
"created_at": "string",
  
"current_session_id": "string",
  
"device": "string",
  
"disabled": true,
  
"id": "string",
  
"label": "string",
  
"pod_id": "string",
  
"sled_version": "string",
  
"specs": "string",
  
"state": "string"
}

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI