/bff/branch/gallery-image-set-logo
Sets the is_logo flag for the image. When value is true, the flag is cleared from other images in the same branch first.
BranchgetBffBranchGallery-image-set-logo
Parameters
3 query
Query · 3
slugstringRequiredBranch slug.
blobTokenstringRequiredBlob token of the image.
valuestringRequiredSet to "true" to mark as logo, otherwise "false".
Request
GET /bff/branch/gallery-image-set-logo
curl -X GET "https://api.bizkithub.com/bff/branch/gallery-image-set-logo?slug=example_slug&blobToken=example_blobToken&value=true" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.