add sync functionality for API keys and update README and schema

This commit is contained in:
2025-08-20 18:10:44 +05:30
parent e917de2718
commit 7e6b34b9e8
3 changed files with 136 additions and 24 deletions

View File

@@ -136,7 +136,8 @@
}
},
"state": {
"type": "string"
"type": "string",
"enum": ["ACTIVE", "INACTIVE"]
}
}
}