chore: api docs

This commit is contained in:
Daniel Hougaard
2024-10-04 04:00:43 +04:00
parent 37e7040eea
commit 6164dc32d7

View File

@@ -675,6 +675,9 @@ export const SECRET_IMPORTS = {
environment: "The slug of the environment to list secret imports from.",
path: "The path to list secret imports from."
},
GET: {
secretImportId: "The ID of the secret import to fetch."
},
CREATE: {
environment: "The slug of the environment to import into.",
path: "The path to import into.",