Create a project secret file
Adds a secret file at the project level. It is mounted into every application in the project that has project secret files enabled, so use this for config shared across a project rather than repeating it per application. The contents are encrypted at rest and never returned by the API. The response carries a server-assigned name; use that name in every other project secret file endpoint.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Project ID or UUID
Body
Create a project secret file
Path the file is mounted at inside the container (e.g. /app/config/service-account.json). Must be unique within the project
File contents. Encrypted at rest and never returned by the API
Response
Create a project secret file
Api_V1_Entities_SecretFile model

