Update namespace settings
PUT/v1/data/{namespace}/settings
Update the schema and/or settings for a namespace. Each is replaced in full when provided and left unchanged when omitted. Namespaces whose configuration is managed by SafetyKit cannot be updated through this endpoint.
Body ParametersJSON
Update namespace settings
curl https://api.safetykit.com/v1/data/$NAMESPACE/settings \
-X PUT \
-H "Authorization: Bearer $SAFETYKIT_API_KEY"{
"namespace": "users",
"status": "updated",
"version": 5
}Returns Examples
{
"namespace": "users",
"status": "updated",
"version": 5
}