Skip to main content
PATCH
Update a wiki article

Authorizations

Authorization
string
header
required

API keys are minted in the AutoPrintFarm web app under Settings → API Keys. Send as Authorization: Bearer apf_live_.... Keys are shown exactly once at creation and can be revoked at any time.

Path Parameters

id
string
required

Body

application/json
title
string
Required string length: 1 - 200
slug
string | null
content
string | null
excerpt
string | null
Maximum string length: 500
category
string | null
Maximum string length: 100
tags
string[] | null
product_id
string | null
sku_id
string | null
meta_title
string | null
Maximum string length: 60
meta_description
string | null
Maximum string length: 160
Maximum string length: 500
description
string | null
estimated_time_minutes
number | null
difficulty
enum<string> | null
Available options:
easy,
medium,
hard,
null
tools_required
string[] | null
sections
object[] | null

Response

Article updated

success
enum<boolean>
required
Available options:
true
data
object
required