MCPBundler Docs
MCPBundler Docs
Back to marketplaceGetting StartedAuthenticationTutorial - Bundle to Connected Agent
Approve Publish RequestCreate Hero Banner SlideDelete Hero Banner SlideFeature BundleGet Publish RequestList All Hero Banner SlidesList Publish RequestsReject Publish RequestReorder Featured BundlesReorder Hero Banner SlidesSearch Bundles For FeaturingUnfeature BundleUpdate Hero Banner Slide
Admin

Create Hero Banner Slide

POST
/v1/admin/hero-banner-slides

Creates a new slide, appended to the end of the current display order.

Authorization

OAuth2AuthorizationCodeBearer
AuthorizationBearer <token>

In: header

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/v1/admin/hero-banner-slides" \  -H "Content-Type: application/json" \  -d '{    "title": "string",    "description": "string",    "image_url": "string",    "cta_label": "string",    "cta_href": "string"  }'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "title": "string",  "description": "string",  "image_url": "string",  "cta_label": "string",  "cta_href": "string",  "sort_order": 0,  "is_active": true}
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string"    }  ]}

Approve Publish Request

Previous Page

Delete Hero Banner Slide

Next Page

title*Title
Length1 <= length <= 200
description*Description
Length1 <= length <= 500
image_url*Image Url
Length1 <= length <= 500
cta_label*Cta Label
Length1 <= length <= 64
cta_href*Cta Href
Length1 <= length <= 500