/v1/locations/{locationId}/lines:
name- Line name (max 30 characters)color- Line color. One of:VIOLET,LAVENDER,MARSHMALLOW,TEAL,MINT,CORAL,YELLOW,ROSE,INDIGO,BLUE
disabled- Whether the line starts disabled (default:false)translations- Name translations for multi-language support (see below)appointmentSettings- Appointment configuration (see below)
Translations
You can provide name translations for multi-language support:languageCode(string, required) - Language code (e.g. “fr”, “es”, “de”)name(string, optional) - Translated line name (max 30 characters)
Appointment Settings
You can enable appointments and set a default duration:enabled(boolean, required) - Whether appointments are enabled for this lineduration(integer, required) - Default appointment duration in minutes. Allowed values:15,30,45,60,90,120,180