시크릿
시크릿 값과 메타데이터를 안전하게 등록하고 관리하는 API입니다.
📄️ List Secrets
List secrets the user can read. ``collection_id=""`` lists global (collection-less) secrets only; a specific ``collection_id`` lists that collection's secrets.
📄️ Create Secret
Create a secret whose value is accepted only in the request and is never returned by the API.
📄️ Get Secret
Get a secret's metadata. Values are never returned (write-only).
📄️ Update Secret
Update a secret. ``values`` is a partial merge/upsert; omitted keys are kept.
📄️ Delete Secret
Delete a secret and every stored key and value associated with it. The deleted secret can no longer be referenced.
📄️ Delete Secret Key
Remove a single value key from a secret (the explicit removal path; PATCH only upserts).