Skip to main content
POST
/
commerce
/
inventory
/
v1
/
silo
/
siloConfig
Error
A valid request URL is required to generate request examples
{
  "siloID": 123,
  "name": "<string>",
  "description": "<string>",
  "usable": true,
  "additonalTenantsAllowed": true,
  "batchWorkers": 123,
  "eventSenderWorkers": 123,
  "tenantID": 123
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Body

application/json

Request to create tenant silo config

Request for creating or updating tenant silo config.

tenantID
integer

A Tenant ID

batchWorkers
integer

Number of batch workers to run for this tenant.

eventSenderWorkers
integer

Number of event sender workers to run for this tenant.

Response

Success

Model of a tenant silo config.

siloID
integer

A Silo ID

name
string

Name of the Silo

description
string

Description of silo configuration

usable
boolean

Whether the silo config is usable or not

additonalTenantsAllowed
boolean

Check whether theAdditional tenants allowed or not

batchWorkers
integer

Number of Batch Workers to run for this tenant.

eventSenderWorkers
integer

Number of Event Sender Workers to run for this tenant.

tenantID
integer

A Tenant ID