Api referenceInboxApiInboxWorkspaceidBusiness hours
PUT /api/inbox/{workspaceId}/business-hours
Authorization
sessionAuth better-auth.session_token<token>
Better Auth session cookie
In: cookie
Path Parameters
workspaceId*string
The workspaceId parameter
Request Body
application/json
enabled*boolean
Default
falsestartTime*string
endTime*string
Response Body
application/json
application/json
application/json
application/json
curl -X PUT "https://app.nuxa.ai/api/inbox/string/business-hours" \ -H "Content-Type: application/json" \ -d '{ "enabled": false, "startTime": "string", "endTime": "string" }'{}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}{
"error": "string",
"code": "string"
}