Update deployment

PUT /stores/chats/{chat_id}/deploy

This endpoint lets you update a store deployment.

Headers

Header
Type
Description

Authorization

string

Bearer token.

Response

{
    "success": true,
    "message": "Deployment updated successfully",
    "data": {
        "id": "dpl_8v3ksk6XNF546kE3A5zdjvYewegD",
        "object": "deployment",
        "inspectorUrl": "https://vercel.com/agora-store-builder/v0-nike-shoe-store-creation-d-fu-c-wz-oq-r-kg/8v3ksk6XNF546kE3A5zdjvYewegD",
        "chatId": "DFuCWzOqRKg",
        "projectId": "5HzrqhALtQV",
        "versionId": "AGH2qXcBZAy",
        "apiUrl": "https://api.v0.dev/v1/deployments/dpl_8v3ksk6XNF546kE3A5zdjvYewegD",
        "webUrl": "https://v0-nike-shoe-store-creation-d-fu-c-wz-oq-r-h4armihxh.vercel.app"
    }
}

Last updated

Was this helpful?