Parameters
JSON body
Request body
application/jsonpostIdstringRequiredPost external ID.
Example
aBcDeFgH12345678localestringRequiredLocale to mark as up-to-date.
Example
deRe-anchors content__post_locale.source_history_id to the current newest source-locale history entry — signalling the translation content is a correct rendering of the current source version. The translation text itself is not modified. Refuses on the primary locale (nothing to pin) and when the source has no history yet.
JSON body
postIdstringRequiredPost external ID.
aBcDeFgH12345678localestringRequiredLocale to mark as up-to-date.
de1 status code documented
successbooleanRequiredlocalestringRequiredpinnedToHistoryIdnumber | nullRequiredwasStalebooleanRequiredTrue when the locale was actually stale before this call.
{
"success": false,
"locale": "example_locale",
"wasStale": false
}POST /bff/post/locale-mark-up-to-date
curl -X POST "https://api.bizkithub.com/bff/post/locale-mark-up-to-date" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"postId": "aBcDeFgH12345678",
"locale": "de"
}'All BizKitHub public API endpoints require authentication via API key.