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
Requiredstring
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"
{
}