Documentation
¶
Overview ¶
Package httpapi wires the Control Tower Settings Console endpoints into the server's http.ServeMux. Three routes, all under /api/v1/control-tower/settings:
GET /api/v1/control-tower/settings — list all settings (G26)
GET /api/v1/control-tower/settings/{key} — get one setting (G27)
PUT /api/v1/control-tower/settings/{key} — update one setting (G29)
The service validates every key against the catalog and redacts sensitive values, so the handlers are thin decode → service → writeResult adapters mirroring cancelRunHandler (projectautomation/httpapi/httpapi.go:231).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.