Skip to content

Update auto-solve and auto-close settings

PUT
/tenants/{id}/auto-solve-settings
curl --request PUT \
--url https://api.muninx.com/tenants/this/auto-solve-settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "close-after-hours": 1, "email-participants-on-solve": true, "enabled": true, "solve-after-hours": 1, "solve-message": "example" }'

Replaces ticket auto-solve and auto-close settings for a tenant organization. Use this as the ID to select the tenant organization identified by the authenticated token.

id
required
string

Organization ID or ‘this’

Example
this

Auto-solve and auto-close settings

Media type application/json
object
close-after-hours

Defines how long the ticket will be closed after it was Solved

integer
email-participants-on-solve
boolean
enabled
boolean
solve-after-hours
integer
solve-message
string
Example generated
{
"close-after-hours": 1,
"email-participants-on-solve": true,
"enabled": true,
"solve-after-hours": 1,
"solve-message": "example"
}

Settings updated

Media type application/json
string
Example generated
example

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}