API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

PATCH /v1/guided-tour

PATCH/v1/guided-tour

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
tourRolestringnull
currentStepstringnull
completedStepsstring[]
skippedStepsstring[]
activatedAtstringnull

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

Suche