Infrastructure/Lifecycle
POSTLifecycleSince 1.0SynchronousAuth Required
ImportBootstrapConfig
Import an initial configuration JSON to pre-populate bootstrap settings
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
configJsonStringRequiredConfig json
Example: value
Responses
Endpoint
POST/api/v1/lifecycle/bootstrap/config
/api/v1/lifecycle/bootstrap/config
Request Example
curl -X POST '{host}/api/v1/lifecycle/bootstrap/config' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"configJson":"value"}'
Response Example
200{}Change History
This API has no change history records yet.
