PATCH /v1/guided-tour
PATCH/v1/guided-tour
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
tourRole | stringnull | |
currentStep | stringnull | |
completedSteps | string[] | |
skippedSteps | string[] | |
activatedAt | stringnull | |
Beispiel
curl -X PATCH https://api.codemeta-os.de/v1/guided-tour \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"tourRole": null,
"currentStep": null,
"completedSteps": [],
"skippedSteps": [],
"activatedAt": null
}'
const result = await cm.guided-tour.patch({
"tourRole": null,
"currentStep": null,
"completedSteps": [],
"skippedSteps": [],
"activatedAt": null
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |