/bff/product-category/category-update-seo
Updates meta_title, meta_description, canonical_url, noindex and og:image. Empty strings reset to NULL.
Product CategorypostBffProduct-categoryCategory-update-seo
Parameters
6 body
Body · 6
codestringRequiredmetaTitlestring | nullmetaDescriptionstring | nullcanonicalUrlstring | nullnoindexbooleanogImageBlobTokenstring | nullRequest
POST /bff/product-category/category-update-seo
curl -X POST "https://api.bizkithub.com/bff/product-category/category-update-seo" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code",
"noindex": false
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.