Update Time Profile Entity
Update Time Profile Entity
Path Parameters
- timeProfileUid integer required
Possible values:
>= 1Unique Id for time profile
- application/json
Request Body required
- name string required
time_options object required
is_all_day boolean requireddate_from int64 requiredUnix Timestamp Date
date_to int64 requiredUnix Timestamp Date
repeat_options object required
The model describes repeat option for
timerange in Timeprofilerepeat_enable boolean requiredrepeat_format object
The model describes repeat format in Timeprofile
repeat_type string requiredPossible values: [
day,week,twoWeeks,month,year,custom]repeat_end object required
datekey required ifdateformat was chosenformat string requiredPossible values: [
never,date]date int64 requiredUnix Timestamp Date
repeat_custom object
Only for
customrepeat typerepeat_point_type string requiredPossible values: [
day,week,month,year]repeat_looper integer requiredPossible values:
>= 1and<= 1000repeat_options object
oneOf- MOD1
- MOD2
- MOD3
stringPossible values: [
MON,TUE,WED,THU,FRI,SAT,SUN]format stringPossible values: [
dayNumbers,parameterizedDay]range object
oneOf- MOD1
- MOD2
integerPossible values:
>= 1and<= 31week_order stringPossible values: [
first,second,third,fourth,fifth,last]day_type stringPossible values: [
MON,TUE,WED,THU,FRI,SAT,SUN,WEEK_DAY,DAY_OFF]months integer[] requiredPossible values:
>= 1,<= 12range object
week_order stringPossible values: [
first,second,third,fourth,fifth,last]day_type stringPossible values: [
MON,TUE,WED,THU,FRI,SAT,SUN,WEEK_DAY,DAY_OFF]
- 200
- 400
- 401
OK
- Wrong Time Profile Uid
- Wrong repeat options
- application/json
- Schema
- Example (from schema)
- Wrong time profile uid
- Wrong repeat_type
- Wrong format
- Wrong repeat_point_type
- Wrong repeat_options
- Wrong repeat_looper range
- Wrong Week Options
- Wrong year range
- Wrong Year Options
- Wrong Day Of Month
- Wrong months range
- Wrong day Numbers
Schema
- error string
Possible values: [
Wrong repeat_type,Wrong format enum name,Wrong repeat_point_type enum name,Wrong repeat_options enum name,Wrong repeat_looper range,Set in WeekOptions can't be empty,Wrong year range,Set in YearOptions can't be empty,Wrong DayOfMonth range,Wrong months range,Set in dayNumbers can't be empty,Wrong Time Profile Uid]
{
"error": true
}
{
"error": "Wrong Time Profile Uid"
}
{
"error": "Wrong repeat_type"
}
{
"error": "Wrong format enum name"
}
{
"error": "Wrong repeat_point_type enum name"
}
{
"error": "Wrong repeat_options enum name"
}
{
"error": "Wrong repeat_looper range"
}
{
"error": "Set in WeekOptions can't be empty"
}
{
"error": "Wrong year range"
}
{
"error": "Set in YearOptions can't be empty"
}
{
"error": "Wrong DayOfMonth range"
}
{
"error": "Wrong months range"
}
{
"error": "Set in dayNumbers can't be empty"
}
Log In
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
{
"error": "Log In"
}
{
"error": "Log In"
}