Update Application Demo Configuration
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The application's saved demo defaults, served and accepted by GET/PUT demo-config. On PUT, env and database are replaced wholesale; stack_profile, base_stack, migrate_command, and database_extensions are written only when their key is present in the body (absent preserves the stored value, explicit null/empty clears it).
The shared demo base stack demos of this application depend on; null keeps demos free of shared infrastructure.
Postgres extensions the demo database creates at initdb (plain lowercase identifiers, e.g. vector). Requires database=true.
The command that provisions a fresh demo database's schema; runs through sh -c in the application image after the database gate, with the demo environment. Requires database=true or a base stack.
The full-stack demo designation; null keeps demos single-service.
Response
The saved configuration after the write
The application's saved demo defaults, served and accepted by GET/PUT demo-config. On PUT, env and database are replaced wholesale; stack_profile, base_stack, migrate_command, and database_extensions are written only when their key is present in the body (absent preserves the stored value, explicit null/empty clears it).
The shared demo base stack demos of this application depend on; null keeps demos free of shared infrastructure.
Postgres extensions the demo database creates at initdb (plain lowercase identifiers, e.g. vector). Requires database=true.
The command that provisions a fresh demo database's schema; runs through sh -c in the application image after the database gate, with the demo environment. Requires database=true or a base stack.
The full-stack demo designation; null keeps demos single-service.