Skip to content

Update a base image

PATCH
/v1/admin/base-images/{id}

Patches base image fields such as board_type, name, description, action, url, flash_offset, position, or enabled.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Base image ID

Type
string
Required

Request Body

application/json
JSON
{
}

Responses

OK

application/json
JSON
{
  
"action": "string",
  
"board_type": "string",
  
"created_at": "string",
  
"description": "string",
  
"enabled": true,
  
"flash_offset": "string",
  
"id": "string",
  
"name": "string",
  
"position": 0,
  
"url": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI