Request
Updated capacity values for each day of the week.
moninteger or nullOptional
The user's capacity on Monday, in seconds.
tueinteger or nullOptional
The user's capacity on Tuesday, in seconds.
wedinteger or nullOptional
The user's capacity on Wednesday, in seconds.
thuinteger or nullOptional
The user's capacity on Thursday, in seconds.
friinteger or nullOptional
The user's capacity on Friday, in seconds.
satinteger or nullOptional
The user's capacity on Saturday, in seconds.
suninteger or nullOptional
The user's capacity on Sunday, in seconds.
capacityPerWeekinteger or nullOptionalDeprecated
Backward compatibility property.
The capacity of the user per week, in seconds.
If this value is null, and all the daily values are null as well, then the default value will be set to the default
value.
Response
OK
userIdstringformat: "uuid"
The id of the user this capacity belongs to.
createdOnstringformat: "date-time"
The date this user capacity was created.
createdBystringformat: "uuid"
The id of the user who created this user capacity.
updatedOnstringformat: "date-time"
The date when this user capacity was last updated.
updatedBystringformat: "uuid"
The id of the user who updated the user capacity.
capacityPerWeekintegerRead-onlyDeprecated
The capacity of the user per week, in seconds.