Aurion Docs
Api

Update Business Hours

Update business hours configuration.

PUT
/api/v1/configuration/business-hours

Update business hours configuration.

AuthorizationBearer <token>

In: header

Request Body

application/json

Response Body

application/json

application/json

curl -X PUT "https://loading/api/v1/configuration/business-hours" \  -H "Content-Type: application/json" \  -d '{}'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}