Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/update-security-user-registrations-by-pk.RequestSchema.json

18 lines
352 B
JSON

{
"title": "Body",
"body": {
"content": {
"application/json": {
"schema": {
"properties": { "id": { "type": "integer" } },
"type": "object",
"title": "UserRegistrationsRestAPI.put"
},
"example": { "id": 1 }
}
},
"description": "Model schema",
"required": true
}
}