cURL
curl --request PATCH \ --url https://api.jsonsilo.com/api/v1/manage/{file_uuid} \ --header 'Content-Type: application/json' \ --header 'X-MAN-API: <api-key>' \ --data '{ "file_name": "<string>", "file_data": [ "<any>" ], "region_name": "api", "is_public": false }'
{ "file_name": "new db", "file_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "region_name": "api", "is_public": false, "file_data": [ "<any>" ], "created_at": "2024-12-07T12:52:28.094450+00:00", "updated_at": "2024-12-07T12:52:28.094450+00:00" }
API endpoint to update silo.
The JSONSilo Manage API Key
The Silo UUID, comprising 32 hexadecimal digits separated by 4 hyphens, totaling 36 characters.
Successful Response
The response is of type object.
object