Update Silo
API endpoint to update silo.
Example use case


Authorizations
The JSONSilo Manage API Key
Path Parameters
The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.
Body
Choose a name for your silo that is easy to remember and understand. Rest assured, the silo name will not affect development or any sensitive aspects.
The data you want to store in the silo. It can be a JSON object or an array of objects.
Choose the region where you want to store your data. The default region is api
.
api
, sg-01-api
, usc-01-api
Silo access mode. If true
, the silo is public; if false
, the silo is private.
Response
Silo name. The silo name will not affect development or any sensitive aspects.
"new db"
The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.
The region where your data will be stored.
"api"
Silo access mode. If true
, the silo is public; if false
, the silo is private.
false
The data you want to store in the silo. It can be a JSON object or an array of objects.
The date and time the silo was created in UTC
.
"2024-12-07T12:52:28.094450+00:00"
The date and time the silo was last updated in UTC
.
"2024-12-07T12:52:28.094450+00:00"