Headless LMS

Update a bundle

PATCH /api/bundles/{bundleId}. Update a bundle. Headless LMS Content API reference.

PATCH
/api/bundles/{bundleId}

Path Parameters

bundleId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PATCH "https://example.com/api/bundles/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "orgId": "string",  "id": "string",  "name": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}
{  "error": "string",  "message": "string",  "requestId": "string"}