Skip to content

Update tenant settings

PATCH
/v1/tenant/settings
curl --request PATCH \
--url https://api.extport.dev/api/v1/tenant/settings \
--header 'Content-Type: application/json' \
--cookie extport_session=<extport_session> \
--data '{ "staleReviewDays": { "additionalProperty": 1 } }'

Partially override the per-store stale-review thresholds (days a version can sit “in review” before it is flagged).

Media typeapplication/json
object
staleReviewDays
object
key
additional properties
number
Examplegenerated
{
"staleReviewDays": {
"additionalProperty": 1
}
}

OK

Media typeapplication/json
object
staleReviewDays
required
object
key
additional properties
number
Examplegenerated
{
"staleReviewDays": {
"additionalProperty": 1
}
}