Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 2.17 KB

v1migrationscreatekeysresponsebody.md

File metadata and controls

10 lines (6 loc) · 2.17 KB

V1MigrationsCreateKeysResponseBody

The key ids of all created keys

Fields

Field Type Required Description Example
key_ids List[str] ✔️ The ids of the keys. This is not a secret and can be stored as a reference if you wish. You need the keyId to update or delete a key later. [
"key_123",
"key_456"
]